{"id":54669,"date":"2011-12-07T19:50:52","date_gmt":"2011-12-07T19:50:52","guid":{"rendered":""},"modified":"2016-07-30T22:59:00","modified_gmt":"2016-07-30T22:59:00","slug":"%d0%ba%d0%b0%d0%ba-%d0%b2%d1%81%d1%82%d0%b0%d0%b2%d0%b8%d1%82%d1%8c-%d1%82%d0%b5%d0%ba%d1%81%d1%82-%d0%bc%d0%b5%d0%b6%d0%b4%d1%83-%d0%ba%d0%be%d0%bc%d0%bc%d0%b5%d0%bd%d1%82%d0%b0%d1%80%d0%b8%d1%8f","status":"closed","type":"topic","link":"https:\/\/ru.wordpress.org\/support\/topic\/%d0%ba%d0%b0%d0%ba-%d0%b2%d1%81%d1%82%d0%b0%d0%b2%d0%b8%d1%82%d1%8c-%d1%82%d0%b5%d0%ba%d1%81%d1%82-%d0%bc%d0%b5%d0%b6%d0%b4%d1%83-%d0%ba%d0%be%d0%bc%d0%bc%d0%b5%d0%bd%d1%82%d0%b0%d1%80%d0%b8%d1%8f\/","title":{"rendered":"\u041a\u0430\u043a \u0432\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0442\u0435\u043a\u0441\u0442 \u043c\u0435\u0436\u0434\u0443 \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u044f\u043c\u0438 \u0438 \u0441\u0442\u0430\u0442\u044c\u0435\u0439"},"content":{"rendered":"<p>\u042f \u0445\u043e\u0447\u0443 \u0447\u0442\u043e\u0431\u044b \u0432 \u043a\u0430\u0436\u0434\u043e\u043c \u043f\u043e\u0441\u0442\u0435 \u043f\u043e\u0441\u043b\u0435 \u0441\u0442\u0430\u0442\u044c\u0438, \u0432\u044b\u0432\u043e\u0434\u0438\u043b\u0441\u044f \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u0439 \u0442\u0435\u043a\u0441\u0442. \u041d\u0430\u0434\u043e \u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0444\u0430\u0439\u043b single.php<br \/>\n\u041d\u043e \u0443 \u043c\u0435\u043d\u044f \u0442\u0430\u043c \u0442\u0430\u043a\u0430\u044f \u0441\u0438\u0442\u0443\u0430\u0446\u0438\u044f:<\/p>\n<pre><code>&lt;?php get_header(); ?&gt;\n&lt;div class=&quot;art-content-layout&quot;&gt;\n    &lt;div class=&quot;art-content-layout-row&quot;&gt;\n        &lt;div class=&quot;art-layout-cell art-sidebar1&quot;&gt;\n          &lt;?php get_sidebar(&#039;default&#039;); ?&gt;\n          &lt;div class=&quot;cleared&quot;&gt;&lt;\/div&gt;\n        &lt;\/div&gt;\n        &lt;div class=&quot;art-layout-cell art-content&quot;&gt;\n\t\t\t&lt;?php get_sidebar(&#039;top&#039;);  ?&gt;\n\t\t\t&lt;?php\n\t\t\t\tif (have_posts()){\n\t\t\t\t\t\/* Display navigation to next\/previous posts when applicable *\/\n\t\t\t\t\tif (theme_get_option(&#039;theme_top_single_navigation&#039;)) {\n\t\t\t\t\t\ttheme_page_navigation(\n\t\t\t\t\t\t\tarray(\n\t\t\t\t\t\t\t\t&#039;next_link&#039; =&gt; theme_get_previous_post_link(&#039;&amp;laquo; %link&#039;),\n\t\t\t\t\t\t\t\t&#039;prev_link&#039; =&gt; theme_get_next_post_link(&#039;%link &amp;raquo;&#039;)\n\t\t\t\t\t\t\t)\n\t\t\t\t\t\t);\n\t\t\t\t\t}\n\n\t\t\t\t\twhile (have_posts())\n\t\t\t\t\t{\n\t\t\t\t\t\tthe_post();\n\t\t\t\t\t\tget_template_part(&#039;content&#039;, &#039;single&#039;);\n\t\t\t\t\t\tcomments_template();\n\t\t\t\t\t}\n\n\t\t\t\t\t\/* Display navigation to next\/previous posts when applicable *\/\n\t\t\t\t\tif (theme_get_option(&#039;theme_bottom_single_navigation&#039;)) {\n\t\t\t\t\t\ttheme_page_navigation(\n\t\t\t\t\t\t\tarray(\n\t\t\t\t\t\t\t\t&#039;next_link&#039; =&gt; theme_get_previous_post_link(&#039;&amp;laquo; %link&#039;),\n\t\t\t\t\t\t\t\t&#039;prev_link&#039; =&gt; theme_get_next_post_link(&#039;%link &amp;raquo;&#039;)\n\t\t\t\t\t\t\t)\n\t\t\t\t\t\t);\n\t\t\t\t\t}\n\n\t\t\t\t} else {    \n\n\t\t\t\t\ttheme_404_content();\n\n\t\t\t\t}\n\t\t\t?&gt;\n\n\t\t\t&lt;?php get_sidebar(&#039;bottom&#039;); ?&gt;\n          &lt;div class=&quot;cleared&quot;&gt;&lt;\/div&gt;\n        &lt;\/div&gt;\n        &lt;div class=&quot;art-layout-cell art-sidebar2&quot;&gt;\n          &lt;?php get_sidebar(&#039;secondary&#039;); ?&gt;\n          &lt;div class=&quot;cleared&quot;&gt;&lt;\/div&gt;\n        &lt;\/div&gt;\n    &lt;\/div&gt;\n&lt;\/div&gt;\n&lt;div class=&quot;cleared&quot;&gt;&lt;\/div&gt;\n&lt;?php get_footer(); ?&gt;<\/code><\/pre>\n<p>\u043a\u0443\u0434\u0430 \u043d\u0430\u0434\u043e \u0432\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0442\u0435\u043a\u0441\u0442, \u0447\u0442\u043e \u0431\u044b \u043e\u043d \u0431\u044b\u043b \u043c\u0435\u0436\u0434\u0443 \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u044f\u043c\u0438 \u0438 \u0441\u0442\u0430\u0442\u044c\u0435\u0439<\/p>\n","protected":false},"template":"","class_list":["post-54669","topic","type-topic","status-closed","hentry","topic-tag-20","topic-tag-289","topic-tag-1981","topic-tag-1047"],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/ru.wordpress.org\/support\/wp-json\/wp\/v2\/topic\/54669","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\/54669\/revisions"}],"wp:attachment":[{"href":"https:\/\/ru.wordpress.org\/support\/wp-json\/wp\/v2\/media?parent=54669"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}