{"id":670,"date":"2019-04-21T14:08:04","date_gmt":"2019-04-21T05:08:04","guid":{"rendered":"https:\/\/ahnbk.com\/?p=670"},"modified":"2019-04-21T14:27:16","modified_gmt":"2019-04-21T05:27:16","slug":"wordpress%ec%97%90%ec%84%9c-%ec%82%ac%ec%9a%a9%eb%b9%88%eb%8f%84%eb%a5%bc-%eb%b0%98%ec%98%81%ed%95%9c-%ed%83%9c%ea%b7%b8-%ec%9c%84%ec%a0%af-%eb%a7%8c%eb%93%a4%ec%96%b4-%eb%b3%b4%ea%b8%b0","status":"publish","type":"post","link":"https:\/\/ahnbk.com\/?p=670","title":{"rendered":"WordPress\uc5d0\uc11c \uc0ac\uc6a9\ube48\ub3c4\ub97c \ubc18\uc601\ud55c \ud0dc\uadf8 \uc704\uc82f \ub9cc\ub4e4\uc5b4 \ubcf4\uae30"},"content":{"rendered":"\n<p>\ucc38\uace0\ub9c1\ud06c: <a rel=\"noreferrer noopener\" aria-label=\"https:\/\/www.wpbeginner.com\/plugins\/how-to-display-most-popular-tags-in-wordpress (opens in a new tab)\" href=\"https:\/\/www.wpbeginner.com\/plugins\/how-to-display-most-popular-tags-in-wordpress\" target=\"_blank\">https:\/\/www.wpbeginner.com\/plugins\/how-to-display-most-popular-tags-in-wordpress<\/a><\/p>\n\n\n\n<p>\uae30\ubcf8\uc73c\ub85c \uc81c\uacf5\ub418\ub294 Tags \uc704\uc82f\uc740 \uc0ac\uc6a9\ub41c Tag\ub97c \uc21c\uc11c\ub300\ub85c \ubaa8\ub450\ub2e4 \ubcf4\uc5ec\uc918\uc11c \uc880 \ubc88\uac70\ub85c\uc6b4 \uba74\uc774 \uc788\ub2e4. \uc0ac\uc6a9 \ube48\ub3c4\ub97c \ubc18\uc601\ud558\uc5ec \ub9ce\uc774 \uc0ac\uc6a9\ub41c Tag\ub97c \ud06c\uac8c \ubcf4\uc5ec\uc8fc\uace0, \ub610 \uc6d0\ud558\ub294 \uc21c\uc704\uae4c\uc9c0\ub9cc \ubcf4\uc5ec\uc8fc\ub294 \uac83\uc774 \uc880 \uad1c\ucc2e\uc744 \uac83 \uac19\uc740\ub370, \uc774\ub97c \uc704\ud574\uc120 \ud574\ub2f9 \uae30\ub2a5\uc744 \ud3ec\ud568\ud558\ub294 \ud50c\ub7ec\uadf8\uc778\uc744 \uc124\uce58\ud574\uc11c \uc0ac\uc6a9\ud558\uac70\ub098, \uac04\ub2e8\ud788 functions.php\ub97c \uc218\uc815\ud558\uba74 \ub41c\ub2e4.<\/p>\n\n\n\n<p>\uc0ac\uc6a9\ud558\ub294 \ud14c\ub9c8\uc758 \ub514\ub809\ud1a0\ub9ac\ub85c \uac00\uc11c, functions.php \ud30c\uc77c\uc744 \uc5f4\uace0, \ub2e4\uc74c\uc758 \uad6c\ubb38\uc744 \ucd94\uac00\ud55c\ub2e4.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>function wpb_tag_cloud() {\n$tags = get_tags();\n$args = array(\n    'smallest'                  => 12,\n    'largest'                   => 24,\n    'unit'                      => 'px',\n    'number'                    => 15,\n    'format'                    => 'flat',\n    'separator'                 => \" \",\n    'orderby'                   => 'count',\n    'order'                     => 'DESC',\n    'show_count'                => 1,\n    'echo'                      => false\n);\n\n$tag_string = wp_generate_tag_cloud( $tags, $args );\n\nreturn $tag_string;\n\n}\n\/\/ Add a shortcode so that we can use it in widgets, posts, and pages\nadd_shortcode('wpb_popular_tags', 'wpb_tag_cloud');\n\n\/\/ Enable shortcode execution in text widget\nadd_filter ('widget_text', 'do_shortcode');<\/code><\/pre>\n\n\n\n<p>\uc5ec\uae30\uc5d0\uc11c \uc124\uc815\ud560 \uc635\uc158\uc740<\/p>\n\n\n\n<ul><li>smallest: \uac00\uc7a5 \ub0ae\uc740 \uc21c\uc704\uc758 Tag \ud3f0\ud2b8 \ud06c\uae30<\/li><li>largest: \uac00\uc7a5 \ub192\uc740 \uc21c\uc704\uc758 Tag \ud3f0\ud2b8 \ud06c\uae30<\/li><li>number: 15 \uc21c\uc704\uae4c\uc9c0 \ubcf4\uc5ec\uc8fc\uae30<\/li><li>seperator: Tag\ub4e4 \ubcf4\uc5ec\uc904\ub54c \uad6c\ubd84\uc790<\/li><\/ul>\n\n\n\n<p>\uc774\uc640 \uac19\uc774 \uc124\uc815\ud558\uace0, Widget \uc124\uc815\uc5d0\uc11c Text \uc704\uc82f\uc744 \ucd94\uac00\ud558\uace0, \ub0b4\uc6a9\uc5d0 wpb_popular_tags\uc744 \uc785\ub825\ud55c\ub2e4. \uacb0\uacfc\ub97c \ubcf4\uba74,<\/p>\n\n\n\n<figure class=\"wp-block-image is-resized\"><img data-attachment-id=\"671\" data-permalink=\"https:\/\/ahnbk.com\/?attachment_id=671\" data-orig-file=\"https:\/\/i0.wp.com\/ahnbk.com\/wp-content\/uploads\/2019\/04\/image-17.png?fit=704%2C406&amp;ssl=1\" data-orig-size=\"704,406\" data-comments-opened=\"1\" data-image-meta=\"{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}\" data-image-title=\"image-17\" data-image-description=\"\" data-image-caption=\"\" data-medium-file=\"https:\/\/i0.wp.com\/ahnbk.com\/wp-content\/uploads\/2019\/04\/image-17.png?fit=704%2C406&amp;ssl=1\" data-large-file=\"https:\/\/i0.wp.com\/ahnbk.com\/wp-content\/uploads\/2019\/04\/image-17.png?fit=525%2C303&amp;ssl=1\" decoding=\"async\" loading=\"lazy\" src=\"https:\/\/i0.wp.com\/ahnbk.com\/wp-content\/uploads\/2019\/04\/image-17.png?resize=293%2C169&#038;ssl=1\" alt=\"\" class=\"wp-image-671\" width=\"293\" height=\"169\" data-recalc-dims=\"1\" \/><\/figure>\n\n\n\n<p>\uc640 \uac19\uc774 \uae54\ub054\ud558\uac8c \ubcf4\uc778\ub2e4.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\ucc38\uace0\ub9c1\ud06c: https:\/\/www.wpbeginner.com\/plugins\/how-to-display-most-popular-tags-in-wordpress \uae30\ubcf8\uc73c\ub85c \uc81c\uacf5\ub418\ub294 Tags \uc704\uc82f\uc740 \uc0ac\uc6a9\ub41c Tag\ub97c \uc21c\uc11c\ub300\ub85c \ubaa8\ub450\ub2e4 \ubcf4\uc5ec\uc918\uc11c \uc880 \ubc88\uac70\ub85c\uc6b4 \uba74\uc774 \uc788\ub2e4. \uc0ac\uc6a9 \ube48\ub3c4\ub97c \ubc18\uc601\ud558\uc5ec \ub9ce\uc774 \uc0ac\uc6a9\ub41c Tag\ub97c \ud06c\uac8c \ubcf4\uc5ec\uc8fc\uace0, \ub610 \uc6d0\ud558\ub294 \uc21c\uc704\uae4c\uc9c0\ub9cc \ubcf4\uc5ec\uc8fc\ub294 \uac83\uc774 \uc880 \uad1c\ucc2e\uc744 \uac83 \uac19\uc740\ub370, \uc774\ub97c \uc704\ud574\uc120 \ud574\ub2f9 \uae30\ub2a5\uc744 \ud3ec\ud568\ud558\ub294 \ud50c\ub7ec\uadf8\uc778\uc744 \uc124\uce58\ud574\uc11c \uc0ac\uc6a9\ud558\uac70\ub098, \uac04\ub2e8\ud788 functions.php\ub97c \uc218\uc815\ud558\uba74 \ub41c\ub2e4. \uc0ac\uc6a9\ud558\ub294 \ud14c\ub9c8\uc758 \ub514\ub809\ud1a0\ub9ac\ub85c \uac00\uc11c, functions.php \ud30c\uc77c\uc744 \uc5f4\uace0, \ub2e4\uc74c\uc758 \uad6c\ubb38\uc744 \ucd94\uac00\ud55c\ub2e4. \uc5ec\uae30\uc5d0\uc11c &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/ahnbk.com\/?p=670\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;WordPress\uc5d0\uc11c \uc0ac\uc6a9\ube48\ub3c4\ub97c \ubc18\uc601\ud55c \ud0dc\uadf8 \uc704\uc82f \ub9cc\ub4e4\uc5b4 \ubcf4\uae30&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"advanced_seo_description":"","jetpack_seo_html_title":"","jetpack_seo_noindex":false,"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"footnotes":"","_jetpack_memberships_contains_paid_content":false},"categories":[105],"tags":[140,139,4],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p2wXSW-aO","jetpack-related-posts":[],"jetpack_likes_enabled":false,"_links":{"self":[{"href":"https:\/\/ahnbk.com\/index.php?rest_route=\/wp\/v2\/posts\/670"}],"collection":[{"href":"https:\/\/ahnbk.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ahnbk.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ahnbk.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ahnbk.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=670"}],"version-history":[{"count":2,"href":"https:\/\/ahnbk.com\/index.php?rest_route=\/wp\/v2\/posts\/670\/revisions"}],"predecessor-version":[{"id":673,"href":"https:\/\/ahnbk.com\/index.php?rest_route=\/wp\/v2\/posts\/670\/revisions\/673"}],"wp:attachment":[{"href":"https:\/\/ahnbk.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=670"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ahnbk.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=670"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ahnbk.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=670"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}