{"id":18699,"date":"2010-06-05T20:11:59","date_gmt":"2010-06-05T20:11:59","guid":{"rendered":""},"modified":"2016-07-30T22:27:50","modified_gmt":"2016-07-30T22:27:50","slug":"%d0%b2%d1%8b%d0%bf%d0%b0%d0%b4%d0%b0%d1%8e%d1%89%d0%b8%d0%b9-%d1%81%d0%bf%d0%b8%d1%81%d0%be%d0%ba-%d1%81-%d1%80%d0%b0%d0%b7%d0%b1%d0%b8%d0%b2%d0%ba%d0%be%d0%b9-%d0%bd%d0%b0-%d0%ba%d0%b0%d1%82%d0%b5","status":"closed","type":"topic","link":"https:\/\/ru.wordpress.org\/support\/topic\/%d0%b2%d1%8b%d0%bf%d0%b0%d0%b4%d0%b0%d1%8e%d1%89%d0%b8%d0%b9-%d1%81%d0%bf%d0%b8%d1%81%d0%be%d0%ba-%d1%81-%d1%80%d0%b0%d0%b7%d0%b1%d0%b8%d0%b2%d0%ba%d0%be%d0%b9-%d0%bd%d0%b0-%d0%ba%d0%b0%d1%82%d0%b5\/","title":{"rendered":"\u0412\u044b\u043f\u0430\u0434\u0430\u044e\u0449\u0438\u0439 \u0441\u043f\u0438\u0441\u043e\u043a \u0441 \u0440\u0430\u0437\u0431\u0438\u0432\u043a\u043e\u0439 \u043d\u0430 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0438 \u0438 \u043f\u043e\u0441\u0442\u044b."},"content":{"rendered":"<p>\u0417\u0434\u0440\u0430\u0432\u0441\u0442\u0432\u0443\u0439\u0442\u0435, \u0432\u0441\u0435\u043c!<br \/>\n\u0421\u043a\u0430\u0436\u0438\u0442\u0435, \u043f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043a\u0430\u043a \u043b\u0443\u0447\u0448\u0435 \u0440\u0435\u0448\u0438\u0442\u044c \u0442\u0430\u043a\u0443\u044e \u0437\u0430\u0434\u0430\u0447\u0443:<br \/>\n\u041d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0432 \u0430\u0434\u043c\u0438\u043d\u043a\u0435 \u0440\u0435\u0430\u043b\u0438\u0437\u043e\u0432\u0430\u0442\u044c \u0440\u0430\u0441\u043a\u0440\u044b\u0432\u0430\u044e\u0449\u0438\u0439\u0441\u044f \u0438\u0435\u0440\u0430\u0440\u0445\u0438\u0447\u0435\u0441\u043a\u0438\u0439 \u0441\u043f\u0438\u0441\u043e\u043a \u0438\u0437 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0439 \u0438 \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0445 \u0438\u043c \u043f\u043e\u0441\u0442\u043e\u0432. \u041f\u043e\u043a\u0430 \u0443 \u043c\u0435\u043d\u044f \u0441\u0434\u0435\u043b\u0430\u043d\u043e \u0442\u0430\u043a, \u0432 \u043e\u0431\u0449\u0435\u043c \u0432\u0438\u0434\u0435 (\u0432 \u0441\u043f\u0438\u0441\u043a\u0435 \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u044e\u0442\u0441\u044f \u0435\u0449\u0435 \u0438 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b \u0441 \u0442\u0438\u043f\u043e\u043c page, \u043e\u043d\u0438 \u043e\u0442\u0434\u0435\u043b\u0435\u043d\u044b \u0447\u0435\u0440\u0442\u043e\u0439 \u043e\u0442 \u043f\u043e\u0441\u0442\u043e\u0432):<\/p>\n<pre><code>global $wpdb;\n\n$sql = &#039;SELECT id, post_title, post_type FROM wp_posts WHERE post_type=&quot;post&quot; OR post_type=&quot;page&quot; ORDER BY post_type&#039;;\n$res = $wpdb-&gt;get_results($sql, ARRAY_A) ; \n\n&lt;select name=&quot;list_page&quot; width=&quot;200&quot; tabindex=&quot;1&quot;&gt;\n   &lt;? \/\/\n      foreach ($res as $name) {\n\n      \tif ($type != $name[&#039;post_type&#039;] &amp;&amp; $type != &quot;&quot; ) { ?&gt;\n      \t   &lt;option value=&quot;line&quot;&gt;&lt;? for ($i=0; $i&lt;$max; $i++) {echo &quot;_&quot;;}?&gt;&lt;\/option&gt;\n      \t&lt;?}?&gt;\n      \t&lt;option value=&quot;.&lt;?echo $name[&#039;id&#039;];?&gt;.&quot;&gt;&lt;? echo $name[&#039;post_title&#039;];?&gt;&lt;\/option&gt;\n        &lt;? $type = $name[&#039;post_type&#039;]; ?&gt;\n\n      &lt;?}?&gt;\n\n    &lt;\/select&gt;<\/code><\/pre>\n","protected":false},"template":"","class_list":["post-18699","topic","type-topic","status-closed","hentry","topic-tag-category","topic-tag-292","topic-tag-post"],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/ru.wordpress.org\/support\/wp-json\/wp\/v2\/topic\/18699","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\/18699\/revisions"}],"wp:attachment":[{"href":"https:\/\/ru.wordpress.org\/support\/wp-json\/wp\/v2\/media?parent=18699"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}