{"id":565,"date":"2019-04-07T02:15:02","date_gmt":"2019-04-06T17:15:02","guid":{"rendered":"https:\/\/ahnbk.com\/?p=565"},"modified":"2019-04-29T19:21:36","modified_gmt":"2019-04-29T10:21:36","slug":"%ec%9b%8c%eb%93%9c%ed%94%84%eb%a0%88%ec%8a%a4%ec%97%90%ec%84%9c-%ec%b9%b4%ed%85%8c%ea%b3%a0%eb%a6%ac-%eb%a6%ac%ec%8a%a4%ed%8a%b8-%ed%8e%98%ec%9d%b4%ec%a7%80-%eb%a7%8c%eb%93%a4%ea%b8%b0","status":"publish","type":"post","link":"https:\/\/ahnbk.com\/?p=565","title":{"rendered":"\uc6cc\ub4dc\ud504\ub808\uc2a4\uc5d0\uc11c \uce74\ud14c\uace0\ub9ac \ub9ac\uc2a4\ud2b8 \ud398\uc774\uc9c0 \ub9cc\ub4e4\uae30"},"content":{"rendered":"\n<p>\uc6cc\ub4dc\ud504\ub808\uc2a4\uc5d0\uc11c \uce74\ud14c\uace0\ub9ac\ub97c \uc120\ud0dd\ud558\uc600\uc744 \ub54c, \ud574\ub2f9 \uce74\ud14c\uace0\ub9ac\uc5d0 \ud574\ub2f9\ub418\ub294 \ud3ec\uc2a4\ud2b8\ub4e4\uc758 \ub9ac\uc2a4\ud2b8\ub9cc \ubcf4\uc5ec\uc8fc\ub294 \ud398\uc774\uc9c0\uac00 \ud544\uc694\ud560 \uc218 \uc788\ub2e4. \uc544\ub9c8 \ucc3e\uc544\ubcf4\uba74 \ud50c\ub7ec\uadf8\uc778\ub3c4 \uc788\uae34 \ud560\ud150\ub370, \uac04\ub2e8\ud788 \ud30c\uc77c \ud558\ub098 \uc815\ub3c4\ub9cc \uc0dd\uc131\ud574\uc8fc\uba74 \uc0ac\uc6a9\uc790\uac00 \uc6d0\ud558\ub294 \uce74\ud14c\uace0\ub9ac \ud398\uc774\uc9c0\ub97c \ub9cc\ub4e4 \uc218 \uc788\ub2e4.<\/p>\n\n\n\n<p>\ud604\uc7ac \uc0ac\uc6a9\ud558\uace0 \uc788\ub294 \ud14c\ub9c8\uc758 \ub514\ub809\ud1a0\ub9ac\ub85c \uc774\ub3d9\ud55c\ub2e4.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>$ cd \/var\/www\/html\/wp-content\/theme\/twentyseventeen<\/code><\/pre>\n\n\n\n<p>category.php \ud30c\uc77c\uc744 \uc0dd\uc131\ud55c\ub2e4. \ub9cc\uc57d \uce74\ud14c\uace0\ub9ac \uc774\ub984\ubcc4\ub85c \ud398\uc774\uc9c0\ub97c \uc0dd\uc131\ud558\uace0 \uc2f6\ub2e4\uba74, \uc6d0\ud558\ub294 \uce74\ud14c\uace0\ub9ac \uc774\ub984\uc744 \ucd94\uac00\ud558\uc5ec \ub9cc\ub4e4\uc5b4\uc8fc\uba74 \ub41c\ub2e4. \uc608\ub97c \ub4e4\uc5b4 scratch \uce74\ud14c\uace0\ub9ac \ud398\uc774\uc9c0\ub97c \ub9cc\ub4e0\ub2e4\uba74, category-scratch.php\ub97c \ub9cc\ub4e4\uc5b4\uc900\ub2e4. \uc6cc\ub4dc\ud504\ub808\uc2a4\ub294 \ud574\ub2f9 \ud398\uc774\uc9c0\ub97c \uc77d\uc744 \ub54c \uc6b0\uc120\uc21c\uc704\ub97c \ub450\uac8c \ub418\ub294\ub370, <\/p>\n\n\n\n<p>category-{name}.php &#8212; category.php &#8212; archive.php &#8212; index.php<\/p>\n\n\n\n<p>\uc640 \uac19\uc740 \uc6b0\uc120\uc21c\uc704\ub97c \ub450\uace0 \uc77d\uac8c \ub41c\ub2e4.<\/p>\n\n\n\n<p>category.php \ud30c\uc77c\uc744 \uc0dd\uc131\ud558\uace0, \ub2e4\uc74c\uacfc \uac19\uc774 \uc785\ub825\ud55c\ub2e4. archive.php \ud30c\uc77c\uc5d0\uc11c \ud544\uc694\ud55c \ubd80\ubd84\ub9cc \uc218\uc815\ud558\uc600\ub2e4.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;?php\n    get_header(); ?>\n\n&lt;div class=\"wrap\">\n    &lt;?php if ( have_posts() ) : ?>\n        &lt;header class=\"page-header\">\n        &lt;?php\n            the_archive_title( '&lt;h1 class=\"page-title\">', '&lt;\/h1>' );\n            the_archive_description( '&lt;div class=\"taxonomy-description\">', '&lt;\/div>' );\n        ?>\n        &lt;\/header>&lt;!-- .page-header -->\n    &lt;?php endif; ?>\n\n    &lt;div id=\"primary\" class=\"content-area\">\n        &lt;main id=\"main\" class=\"site-main\" role=\"main\">\n\n        &lt;?php\n        if ( have_posts() ) :\n        ?>\n        &lt;?php\n            \/* Start the Loop *\/\n            while ( have_posts() ) :\n                    the_post(); ?>\n\n            &lt;div id=\"category-post\">+ &lt;a href=\"&lt;?php the_permalink(); ?>\" rel=\"bookmark\" title=\"Permanent Link to &lt;?php the_title_attribute(); ?>\">&lt;?php the_title(); ?>&lt;\/a>\n            &lt;small>&lt;?php the_time('F jS, Y') ?> by &lt;?php the_author_posts_link() ?>&lt;\/small> &lt;\/div>\n\n            &lt;?php\n            endwhile;\n        else :\n            get_template_part( 'template-parts\/post\/content', 'none' );\n        endif;\n        ?>\n        &lt;\/main>\n    &lt;\/div>\n&lt;?php get_sidebar(); ?>\n&lt;\/div>\n\n&lt;?php\nget_footer();<\/code><\/pre>\n\n\n\n<p>\uc800\uc7a5\ud55c \ub2e4\uc74c, \ub2e4\uc2dc \ube14\ub85c\uadf8\uc5d0\uc11c \uce74\ud14c\uace0\ub9ac\ub97c \uc120\ud0dd\ud558\uba74 \ub2e4\uc74c\uacfc \uac19\uc774 \ubcf4\uc778\ub2e4.<\/p>\n\n\n\n<figure class=\"wp-block-image is-resized\"><img data-attachment-id=\"566\" data-permalink=\"https:\/\/ahnbk.com\/?attachment_id=566\" data-orig-file=\"https:\/\/i0.wp.com\/ahnbk.com\/wp-content\/uploads\/2019\/04\/image-2.png?fit=1646%2C562&amp;ssl=1\" data-orig-size=\"1646,562\" 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-2\" data-image-description=\"\" data-image-caption=\"\" data-medium-file=\"https:\/\/i0.wp.com\/ahnbk.com\/wp-content\/uploads\/2019\/04\/image-2.png?fit=1000%2C341&amp;ssl=1\" data-large-file=\"https:\/\/i0.wp.com\/ahnbk.com\/wp-content\/uploads\/2019\/04\/image-2.png?fit=525%2C179&amp;ssl=1\" decoding=\"async\" loading=\"lazy\" src=\"https:\/\/i0.wp.com\/ahnbk.com\/wp-content\/uploads\/2019\/04\/image-2.png?resize=525%2C178&#038;ssl=1\" alt=\"\" class=\"wp-image-566\" width=\"525\" height=\"178\" srcset=\"https:\/\/i0.wp.com\/ahnbk.com\/wp-content\/uploads\/2019\/04\/image-2.png?w=1646&amp;ssl=1 1646w, https:\/\/i0.wp.com\/ahnbk.com\/wp-content\/uploads\/2019\/04\/image-2.png?resize=1000%2C341&amp;ssl=1 1000w, https:\/\/i0.wp.com\/ahnbk.com\/wp-content\/uploads\/2019\/04\/image-2.png?resize=768%2C262&amp;ssl=1 768w, https:\/\/i0.wp.com\/ahnbk.com\/wp-content\/uploads\/2019\/04\/image-2.png?w=1050&amp;ssl=1 1050w, https:\/\/i0.wp.com\/ahnbk.com\/wp-content\/uploads\/2019\/04\/image-2.png?w=1575&amp;ssl=1 1575w\" sizes=\"(max-width: 525px) 100vw, 525px\" data-recalc-dims=\"1\" \/><\/figure>\n\n\n\n<p>\uc774\ub54c \ubcf4\uc5ec\uc9c0\ub294 \ud3ec\uc2a4\ud2b8\uc758 \uc218\ub294 \uc6cc\ub4dc\ud504\ub808\uc2a4\uc758 Reading \uc124\uc815\uc5d0 \uc788\ub294 \uac2f\uc218\ub97c \ub530\ub978\ub2e4. \uc774\ub97c \ub298\ub824\ub3c4 \ub418\uc9c0\ub9cc, \uadf8\ub807\uac8c \ub418\uba74 \uccab \ud398\uc774\uc9c0\uc5d0 \ubcf4\uc5ec\uc9c0\ub294 \ud3ec\uc2a4\ud2b8\uc758 \uc218\uac00 \ub108\ubb34 \ub298\uc5b4\ub098\uac8c \ub418\ubbc0\ub85c, archive \ud398\uc774\uc9c0\uc5d0\uc11c\ub9cc \ubcf4\uc5ec\uc9c0\ub294 \ud3ec\uc2a4\ud2b8\uc758 \uc218\ub97c \ub298\ub824\uc8fc\ub3c4\ub85d \ud55c\ub2e4.<\/p>\n\n\n\n<p>\ub9c8\ucc2c\uac00\uc9c0\ub85c \ud14c\ub9c8\uc758 \ub514\ub809\ud1a0\ub9ac\uc5d0\uc11c functions.php \ud30c\uc77c\uc744 \uc5f4\uc5b4 \ub2e4\uc74c\uc758 \ub0b4\uc6a9\uc744 \ucd94\uac00\ud55c\ub2e4.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>add_action( 'pre_get_posts', 'prefix_category_query' );\nfunction prefix_category_query( $query ) {\n    if( is_archive() &amp;&amp; $query->is_main_query() ) {\n        $query->set( 'posts_per_page', '100' );\n    }\n}<\/code><\/pre>\n\n\n\n<p>archive \ud398\uc774\uc9c0\uc758 \uacbd\uc6b0\uc5d0 \ubcf4\uc5ec\uc9c0\ub294 \ud3ec\uc2a4\ud2b8\uc758 \uc218\ub97c 100\uac1c\ub85c \ub298\ub838\ub2e4. \uc774\uc81c \ub2e4\uc2dc \uce74\ud14c\uace0\ub9ac\ub97c \uc120\ud0dd\ud574\ubcf4\uba74,<\/p>\n\n\n\n<figure class=\"wp-block-image is-resized\"><img data-attachment-id=\"567\" data-permalink=\"https:\/\/ahnbk.com\/?attachment_id=567\" data-orig-file=\"https:\/\/i0.wp.com\/ahnbk.com\/wp-content\/uploads\/2019\/04\/image-3.png?fit=1632%2C852&amp;ssl=1\" data-orig-size=\"1632,852\" 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-3\" data-image-description=\"\" data-image-caption=\"\" data-medium-file=\"https:\/\/i0.wp.com\/ahnbk.com\/wp-content\/uploads\/2019\/04\/image-3.png?fit=1000%2C522&amp;ssl=1\" data-large-file=\"https:\/\/i0.wp.com\/ahnbk.com\/wp-content\/uploads\/2019\/04\/image-3.png?fit=525%2C274&amp;ssl=1\" decoding=\"async\" loading=\"lazy\" src=\"https:\/\/i0.wp.com\/ahnbk.com\/wp-content\/uploads\/2019\/04\/image-3.png?resize=525%2C274&#038;ssl=1\" alt=\"\" class=\"wp-image-567\" width=\"525\" height=\"274\" srcset=\"https:\/\/i0.wp.com\/ahnbk.com\/wp-content\/uploads\/2019\/04\/image-3.png?w=1632&amp;ssl=1 1632w, https:\/\/i0.wp.com\/ahnbk.com\/wp-content\/uploads\/2019\/04\/image-3.png?resize=1000%2C522&amp;ssl=1 1000w, https:\/\/i0.wp.com\/ahnbk.com\/wp-content\/uploads\/2019\/04\/image-3.png?resize=768%2C401&amp;ssl=1 768w, https:\/\/i0.wp.com\/ahnbk.com\/wp-content\/uploads\/2019\/04\/image-3.png?w=1050&amp;ssl=1 1050w, https:\/\/i0.wp.com\/ahnbk.com\/wp-content\/uploads\/2019\/04\/image-3.png?w=1575&amp;ssl=1 1575w\" sizes=\"(max-width: 525px) 100vw, 525px\" data-recalc-dims=\"1\" \/><\/figure>\n\n\n\n<p>\uc804\uccb4 \ud3ec\uc2a4\ud2b8\uac00 \uc798 \ubcf4\uc5ec\uc9d0\uc744 \ubcfc \uc218 \uc788\ub2e4.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\uc6cc\ub4dc\ud504\ub808\uc2a4\uc5d0\uc11c \uce74\ud14c\uace0\ub9ac\ub97c \uc120\ud0dd\ud558\uc600\uc744 \ub54c, \ud574\ub2f9 \uce74\ud14c\uace0\ub9ac\uc5d0 \ud574\ub2f9\ub418\ub294 \ud3ec\uc2a4\ud2b8\ub4e4\uc758 \ub9ac\uc2a4\ud2b8\ub9cc \ubcf4\uc5ec\uc8fc\ub294 \ud398\uc774\uc9c0\uac00 \ud544\uc694\ud560 \uc218 \uc788\ub2e4. \uc544\ub9c8 \ucc3e\uc544\ubcf4\uba74 \ud50c\ub7ec\uadf8\uc778\ub3c4 \uc788\uae34 \ud560\ud150\ub370, \uac04\ub2e8\ud788 \ud30c\uc77c \ud558\ub098 \uc815\ub3c4\ub9cc \uc0dd\uc131\ud574\uc8fc\uba74 \uc0ac\uc6a9\uc790\uac00 \uc6d0\ud558\ub294 \uce74\ud14c\uace0\ub9ac \ud398\uc774\uc9c0\ub97c \ub9cc\ub4e4 \uc218 \uc788\ub2e4. \ud604\uc7ac \uc0ac\uc6a9\ud558\uace0 \uc788\ub294 \ud14c\ub9c8\uc758 \ub514\ub809\ud1a0\ub9ac\ub85c \uc774\ub3d9\ud55c\ub2e4. category.php \ud30c\uc77c\uc744 \uc0dd\uc131\ud55c\ub2e4. \ub9cc\uc57d \uce74\ud14c\uace0\ub9ac \uc774\ub984\ubcc4\ub85c \ud398\uc774\uc9c0\ub97c \uc0dd\uc131\ud558\uace0 \uc2f6\ub2e4\uba74, \uc6d0\ud558\ub294 \uce74\ud14c\uace0\ub9ac \uc774\ub984\uc744 \ucd94\uac00\ud558\uc5ec \ub9cc\ub4e4\uc5b4\uc8fc\uba74 \ub41c\ub2e4. \uc608\ub97c \ub4e4\uc5b4 scratch &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/ahnbk.com\/?p=565\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;\uc6cc\ub4dc\ud504\ub808\uc2a4\uc5d0\uc11c \uce74\ud14c\uace0\ub9ac \ub9ac\uc2a4\ud2b8 \ud398\uc774\uc9c0 \ub9cc\ub4e4\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":[108,106,107],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p2wXSW-97","jetpack-related-posts":[],"jetpack_likes_enabled":false,"_links":{"self":[{"href":"https:\/\/ahnbk.com\/index.php?rest_route=\/wp\/v2\/posts\/565"}],"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=565"}],"version-history":[{"count":5,"href":"https:\/\/ahnbk.com\/index.php?rest_route=\/wp\/v2\/posts\/565\/revisions"}],"predecessor-version":[{"id":727,"href":"https:\/\/ahnbk.com\/index.php?rest_route=\/wp\/v2\/posts\/565\/revisions\/727"}],"wp:attachment":[{"href":"https:\/\/ahnbk.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=565"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ahnbk.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=565"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ahnbk.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=565"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}