{"id":115707,"date":"2013-09-23T04:51:51","date_gmt":"2013-09-23T04:51:51","guid":{"rendered":"https:\/\/ru.wordpress.org\/support\/2013\/09\/23\/loop-%d1%86%d0%b8%d0%ba%d0%bb-%d0%b1%d0%b5%d0%b7-%d0%b4%d1%83%d0%b1%d0%bb%d0%b8%d0%ba%d0%b0%d1%82%d0%be%d0%b2-%d0%bf%d0%be%d1%81%d1%82%d0%be%d0%b2\/"},"modified":"2013-09-23T04:51:51","modified_gmt":"2013-09-23T04:51:51","slug":"loop-%d1%86%d0%b8%d0%ba%d0%bb-%d0%b1%d0%b5%d0%b7-%d0%b4%d1%83%d0%b1%d0%bb%d0%b8%d0%ba%d0%b0%d1%82%d0%be%d0%b2-%d0%bf%d0%be%d1%81%d1%82%d0%be%d0%b2","status":"closed","type":"topic","link":"https:\/\/ru.wordpress.org\/support\/topic\/loop-%d1%86%d0%b8%d0%ba%d0%bb-%d0%b1%d0%b5%d0%b7-%d0%b4%d1%83%d0%b1%d0%bb%d0%b8%d0%ba%d0%b0%d1%82%d0%be%d0%b2-%d0%bf%d0%be%d1%81%d1%82%d0%be%d0%b2\/","title":{"rendered":"Loop-\u0446\u0438\u043a\u043b \u0431\u0435\u0437 \u0434\u0443\u0431\u043b\u0438\u043a\u0430\u0442\u043e\u0432 \u043f\u043e\u0441\u0442\u043e\u0432"},"content":{"rendered":"<p>\u0414\u043e\u0431\u0440\u044b\u0439 \u0434\u0435\u043d\u044c.<\/p>\n<p>\u041f\u0440\u043e\u0448\u0443 \u043f\u043e\u043c\u043e\u0449\u0438, \u0440\u0435\u0430\u043b\u0438\u0437\u043e\u0432\u0430\u043d \u0432\u044b\u0432\u043e\u0434 \u043f\u043e\u0441\u0442\u043e\u0432 \u043f\u043e\u0440\u0442\u0444\u043e\u043b\u0438\u043e \u0447\u0435\u0440\u0435\u0437 loop \u0446\u0438\u043a\u043b. \u041f\u043e\u0441\u0442\u044b \u0432\u044b\u0432\u043e\u0434\u044f\u0442\u0441\u044f \u0438\u0437 \u0440\u0443\u0431\u0440\u0438\u043a\u0438 \u041f\u043e\u0440\u0442\u0444\u043e\u043b\u0438\u043e \u0438 \u0435\u0435 \u043f\u043e\u0434\u0440\u0443\u0431\u0440\u0438\u043a. \u041a\u0443\u0441\u043e\u043a \u043b\u0438\u0441\u0442\u0438\u043d\u0433\u0430 loop \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0439: <\/p>\n<p>PHP \u043a\u043e\u0434:<\/p>\n<pre><code>$my_query = new WP_Query($args);\nif (in_category(&#039;4&#039;))\n    {\necho &#039;&lt;div id=&quot;spisok&quot;&gt;&lt;ul&gt;&#039;;\n$args=array(\n  &#039;orderby&#039; =&gt; &#039;name&#039;,\n  &#039;order&#039; =&gt; &#039;DESC&#039;,\n&#039;child_of&#039;=&gt; 4,\n  );\n$categories=get_categories($args);\necho &#039;&lt;li&gt;&lt;a href=&quot;&#039;.get_category_link(4).&#039;&quot;&gt;\u0412\u0441\u0435&lt;\/a&gt;&lt;\/li&gt;&#039;;\n  foreach($categories as $category) {\n    echo &#039;&lt;li&gt;&lt;a href=&quot;&#039; . get_category_link( $category-&gt;term_id ) . &#039;&quot; title=&quot;&#039; . sprintf( __( &quot;View all posts in %s&quot; ), $category-&gt;name ) . &#039;&quot; &#039; . &#039;&gt;&#039; . $category-&gt;name.&#039;&lt;\/a&gt;&lt;\/li&gt;&#039;;\n    } ;\necho&#039;&lt;\/ul&gt;&lt;\/div&gt;&lt;div id=&quot;clear&quot;&gt;&lt;\/div&gt;&#039;; \n\nwhile ( have_posts() ) : the_post(); ?&gt;\n    &lt;!-- \u0431\u043b\u043e\u043a \u043f\u043e\u0440\u0442\u0444\u043e\u043b\u0438\u043e--&gt;\n        &lt;div class=&quot;cat-service&quot;&gt;\n        &lt;h2&gt;&lt;a href=&quot;&lt;?php the_permalink() ?&gt;&quot; rel=&quot;bookmark&quot; title=&quot;Permanent Link to &lt;?php the_title_attribute(); ?&gt;&quot;&gt;&lt;?php the_title(); ?&gt;&lt;\/a&gt;&lt;\/h2&gt;\n        &lt;div id=&quot;thumb&quot;&gt;&lt;?php the_post_thumbnail(); ?&gt;&lt;\/div&gt;\n        &lt;div class=&quot;cat-service-info&quot;&gt;\n            &lt;div class=&quot;cat-service-comments&quot;&gt; &lt;i&gt;\u041a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0435\u0432 \u043a \u043f\u043e\u0441\u0442\u0443:\u00a0&lt;\/i&gt;\n                &lt;a href=&quot;&lt;?php the_permalink() ?&gt;#comments&quot;&gt;\n    &lt;?php comments_number(&#039;0&#039;, &#039;1&#039;, &#039;%&#039;); ?&gt;\n&lt;\/a&gt;\n            &lt;\/div&gt;\n&lt;div id=&quot;cat-service-sep&quot;&gt;&lt;i&gt;\u041d\u0430\u0445\u043e\u0434\u0438\u0442\u044c\u0441\u044f \u0432:&lt;\/i&gt;&lt;\/div&gt;&lt;?php the_category()?&gt;&lt;\/div&gt;\n        &lt;\/div&gt;\n        &lt;?php endwhile;\n}\n....<\/code><\/pre>\n<p>\u0441\u0441\u044b\u043b\u043a\u0430 \u043d\u0430 \u043f\u043e\u0440\u0442\u0444\u043e\u043b\u0438\u043e &#8212; http:\/\/cinematone.kz\/category\/portfolio\/<\/p>\n<p>\u041f\u0440\u043e\u0431\u043b\u0435\u043c\u0430 \u0432 \u0442\u043e\u043c, \u0447\u0442\u043e \u0435\u0441\u043b\u0438 \u0441\u0442\u0430\u0442\u044c\u044f \u043d\u0430\u0445\u043e\u0434\u0438\u0442\u0441\u044f \u0432 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u0438\u0445 \u043f\u043e\u0434\u0440\u0443\u0431\u0440\u0438\u043a\u0430\u0445 \u0432\u043a\u043b\u044e\u0447\u0430\u044f \u0441\u0430\u043c\u0443 \u0440\u0443\u0431\u0440\u0438\u043a\u0443 \u041f\u043e\u0440\u0442\u0444\u043e\u043b\u0438\u043e, \u0442\u043e \u043e\u043d\u0430 \u0434\u0443\u0431\u043b\u0438\u0440\u0443\u0435\u0442\u0441\u044f \u043f\u043e \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u0443 \u0440\u0443\u0431\u0440\u0438\u043a \u043f\u0440\u0438 \u0432\u044b\u0432\u043e\u0434\u0435 \u0432 \u043f\u043e\u0440\u0442\u0444\u043e\u043b\u0438\u043e, \u0430 \u043f\u0440\u0438 \u043f\u0435\u0440\u0435\u0445\u043e\u0434\u0435 \u043f\u043e \u043f\u043e\u0434\u0440\u0443\u0431\u0440\u0438\u043a\u0430\u043c \u043f\u043e\u0440\u0442\u0444\u043e\u043b\u0438\u043e \u0441\u0442\u0430\u0442\u044c\u0438 \u043d\u0435 \u0434\u0443\u0431\u043b\u0438\u0440\u0443\u044e\u0442\u0441\u044f, loop \u043d\u043e\u0440\u043c\u0430\u043b\u044c\u043d\u043e \u043e\u0442\u0440\u0430\u0431\u0430\u0442\u044b\u0432\u0430\u0435\u0442. \u041a\u0430\u043a \u043c\u043e\u0436\u043d\u043e \u0438\u0437 \u0446\u0438\u043a\u043b\u0430 loop \u0438\u0441\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0434\u0443\u0431\u043b\u0438\u043a\u0430\u0442\u044b \u0441\u0442\u0430\u0442\u0435\u0439?<\/p>\n<p>\u041f\u043e\u0434\u0441\u043a\u0430\u0436\u0438\u0442\u0435 \u043a\u0430\u043a\u043e\u0435-\u043d\u0438\u0442\u044c \u0440\u0435\u0448\u0435\u043d\u0438\u0435. \u0421\u043f\u0430\u0441\u0438\u0431\u043e<\/p>\n","protected":false},"template":"","class_list":["post-115707","topic","type-topic","status-closed","hentry","topic-tag-8073","topic-tag-loop"],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/ru.wordpress.org\/support\/wp-json\/wp\/v2\/topic\/115707","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\/115707\/revisions"}],"wp:attachment":[{"href":"https:\/\/ru.wordpress.org\/support\/wp-json\/wp\/v2\/media?parent=115707"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}