{"id":334566,"date":"2019-09-02T16:19:20","date_gmt":"2019-09-02T13:19:20","guid":{"rendered":"https:\/\/ru.wordpress.org\/support\/topic\/%d0%ba%d0%b0%d0%ba-%d0%b2%d1%8b%d0%b2%d0%b5%d1%81%d1%82%d0%b8-%d0%b8%d0%b7%d0%be%d0%b1%d1%80%d0%b0%d0%b6%d0%b5%d0%bd%d0%b8%d0%b5-%d1%82%d0%b0%d0%ba%d1%81%d0%be%d0%bd%d0%be%d0%bc%d0%b8%d0%b8-%d1%87\/"},"modified":"2019-09-02T16:19:20","modified_gmt":"2019-09-02T13:19:20","slug":"%d0%ba%d0%b0%d0%ba-%d0%b2%d1%8b%d0%b2%d0%b5%d1%81%d1%82%d0%b8-%d0%b8%d0%b7%d0%be%d0%b1%d1%80%d0%b0%d0%b6%d0%b5%d0%bd%d0%b8%d0%b5-%d1%82%d0%b0%d0%ba%d1%81%d0%be%d0%bd%d0%be%d0%bc%d0%b8%d0%b8-%d1%87","status":"publish","type":"topic","link":"https:\/\/ru.wordpress.org\/support\/topic\/%d0%ba%d0%b0%d0%ba-%d0%b2%d1%8b%d0%b2%d0%b5%d1%81%d1%82%d0%b8-%d0%b8%d0%b7%d0%be%d0%b1%d1%80%d0%b0%d0%b6%d0%b5%d0%bd%d0%b8%d0%b5-%d1%82%d0%b0%d0%ba%d1%81%d0%be%d0%bd%d0%be%d0%bc%d0%b8%d0%b8-%d1%87\/","title":{"rendered":"\u041a\u0430\u043a \u0432\u044b\u0432\u0435\u0441\u0442\u0438 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435 \u0442\u0430\u043a\u0441\u043e\u043d\u043e\u043c\u0438\u0438 \u0447\u0435\u0440\u0435\u0437 ACF?"},"content":{"rendered":"<p>\u0412\u0441\u0435\u043c \u043f\u0440\u0438\u0432\u0435\u0442.<\/p>\n<p>\u0421\u043e\u0437\u0434\u0430\u043b \u043f\u043e\u043b\u0435 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f \u0432 ACF \u0441 \u0443\u0441\u043b\u043e\u0432\u0438\u0435\u043c \u0424\u043e\u0440\u043c\u044b [\u0422\u0430\u043a\u0441\u043e\u043d\u043e\u043c\u0438\u044f] &#8212; \u041a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f.<br \/>\n\u0412\u044b\u0432\u043e\u0436\u0443 \u0444\u043e\u043d \u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0435 \u0442\u0430\u043a\u043e\u043d\u043e\u0441\u0438\u0438, taxonomy-services-category.php:<br \/>\n<code>&lt;div class=&quot;page__breadcrumb&quot; style=&quot;background: url(&lt;?php the_field(&#039;services_page_bg&#039;) ?&gt;); background-size: cover;&quot;&gt;<\/code><\/p>\n<p>\u041d\u0430 \u0432\u0441\u0435\u0445 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430\u0445 \u0442\u0430\u043a\u0441\u043e\u043d\u043e\u043c\u0438\u0438 \u0433\u0434\u0435 \u043d\u0435\u0442\u0443 \u0437\u0430\u043f\u0438\u0441\u0435\u0439 \u0444\u043e\u043d \u0432\u044b\u0432\u043e\u0434\u0438\u0442\u0441\u044f, \u0433\u0434\u0435 \u0435\u0441\u0442\u044c \u0437\u0430\u043f\u0438\u0441\u0438: \u0442\u0430\u043c \u043d\u0435 \u0432\u044b\u0432\u043e\u0434\u0438\u0442\u0441\u044f.<\/p>\n<p>\u041f\u043e\u043b\u043d\u044b\u0439 \u043a\u043e\u0434 \u0444\u0430\u0439\u043b\u0430: <\/p>\n<pre><code>&lt;?php get_header(); ?&gt;\n\n&lt;div class=&quot;page&quot;&gt;\n  &lt;div class=&quot;page__breadcrumb&quot; style=&quot;background: url(&lt;?php the_field(&#039;services_page_bg&#039;) ?&gt;); background-size: cover;&quot;&gt;\n    &lt;div class=&quot;page__bg&quot;&gt;&lt;\/div&gt;\n    &lt;h2 class=&quot;page__title&quot;&gt;&lt;?php single_term_title(); ?&gt;&lt;\/h2&gt;\n  &lt;\/div&gt;\n    \n    &lt;?php $arg_cat = array(\n    &#039;orderby&#039;      =&gt; &#039;name&#039;,\n    &#039;order&#039;        =&gt; &#039;ASC&#039;,\n    &#039;exclude&#039;      =&gt; &#039;&#039;,\n    &#039;include&#039;      =&gt; &#039;&#039;,\n    &#039;taxonomy&#039;     =&gt; &#039;services-category&#039;,\n    );\n  ?&gt;\n    &lt;?php if(category_description() == true) { ?&gt;\n      &lt;div class=&quot;container&quot;&gt;\n      &lt;div class=&quot;page__top-text&quot;&gt;\n        &lt;?php echo category_description() ?&gt;\n      &lt;\/div&gt;\n    &lt;\/div&gt;\n  &lt;?php } ?&gt;\n  &lt;?php if ( have_posts()) : ?&gt;\n  &lt;div class=&quot;page__products&quot; &gt;\n    &lt;div class=&quot;page__subtitle&quot;&gt;\n      \u2014 \u041f\u0440\u0438\u043c\u0435\u0440\u044b \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0445 \u0444\u043e\u0442\u043e\u0441\u0435\u0441\u0441\u0438\u0439 \u0434\u0430\u043d\u043d\u043e\u0439 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0438\n    &lt;\/div&gt;\n  &lt;?php endif; ?&gt;\n    &lt;?php if ( have_posts() ): while ( have_posts() ) : the_post(); ?&gt;\n    &lt;div id=&quot;post-&lt;?php the_ID(); ?&gt;&quot; &lt;?php post_class(&#039;page__article page-article&#039;); ?&gt;&gt;\n      &lt;div class=&quot;page-article__image&quot;&gt;\n        &lt;?php the_post_thumbnail() ?&gt;\n      &lt;\/div&gt;\n      &lt;div class=&quot;page-article__info&quot;&gt;\n        &lt;div class=&quot;page-article__title&quot;&gt;&lt;?php the_title(); ?&gt;&lt;\/div&gt;\n        &lt;div class=&quot;page-article__text&quot;&gt;&lt;?php the_field(&#039;text_services_category&#039;) ?&gt;&lt;\/div&gt;\n        &lt;a href=&quot;&lt;?php the_permalink() ?&gt;&quot; class=&quot;page-article__link&quot;&gt;\u041f\u043e\u0434\u0440\u043e\u0431\u043d\u0435\u0435..&lt;\/a&gt;\n      &lt;\/div&gt;\n    &lt;\/div&gt;\n    &lt;?php endwhile; else: ?&gt;\n      &lt;div class=&quot;container&quot;&gt;\n        &lt;div class=&quot;page__not-found&quot;&gt;\u0418\u0437\u0432\u0438\u043d\u0438\u0442\u0435, \u043d\u043e \u0444\u043e\u0442\u043e\u0441\u0435\u0441\u0441\u0438\u0439 \u0432 \u0434\u0430\u043d\u043d\u043e\u0439 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0438 \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u043e.&lt;\/div&gt;\n      &lt;\/div&gt;\n    &lt;?php endif; ?&gt;\n    &lt;\/div&gt;\n&lt;?php get_footer(); ?&gt;<\/code><\/pre>\n","protected":false},"template":"","class_list":["post-334566","topic","type-topic","status-publish","hentry","topic-tag-wordpress"],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/ru.wordpress.org\/support\/wp-json\/wp\/v2\/topic\/334566","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ru.wordpress.org\/support\/wp-json\/wp\/v2\/topic"}],"about":[{"href":"https:\/\/ru.wordpress.org\/support\/wp-json\/wp\/v2\/types\/topic"}],"version-history":[{"count":0,"href":"https:\/\/ru.wordpress.org\/support\/wp-json\/wp\/v2\/topic\/334566\/revisions"}],"wp:attachment":[{"href":"https:\/\/ru.wordpress.org\/support\/wp-json\/wp\/v2\/media?parent=334566"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}