{"id":213257,"date":"2016-06-25T17:11:29","date_gmt":"2016-06-25T17:11:29","guid":{"rendered":"https:\/\/ru.wordpress.org\/support\/2016\/06\/25\/%d0%9f%d1%80%d0%be%d0%b1%d0%bb%d0%b5%d0%bc%d0%b0-%d1%81-%d1%88%d0%be%d1%80%d1%82%d0%ba%d0%be%d0%b4%d0%be%d0%bc\/"},"modified":"2016-06-25T17:11:29","modified_gmt":"2016-06-25T17:11:29","slug":"%d0%9f%d1%80%d0%be%d0%b1%d0%bb%d0%b5%d0%bc%d0%b0-%d1%81-%d1%88%d0%be%d1%80%d1%82%d0%ba%d0%be%d0%b4%d0%be%d0%bc","status":"publish","type":"topic","link":"https:\/\/ru.wordpress.org\/support\/topic\/%d0%9f%d1%80%d0%be%d0%b1%d0%bb%d0%b5%d0%bc%d0%b0-%d1%81-%d1%88%d0%be%d1%80%d1%82%d0%ba%d0%be%d0%b4%d0%be%d0%bc\/","title":{"rendered":"\u041f\u0440\u043e\u0431\u043b\u0435\u043c\u0430 \u0441 \u0448\u043e\u0440\u0442\u043a\u043e\u0434\u043e\u043c"},"content":{"rendered":"<p><strong>\u0414\u043e\u0431\u0440\u044b\u0439 \u0432\u0435\u0447\u0435\u0440.<br \/>\n\u0415\u0441\u0442\u044c \u0444\u0443\u043d\u043a\u0446\u0438\u044f \u0441\u043a\u043b\u043e\u043d\u0435\u043d\u0438\u044f \u0441\u043b\u043e\u0432 \u043f\u043e\u0441\u043b\u0435 \u0447\u0438\u0441\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0445:<\/strong><br \/>\n&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<\/p>\n<pre><code>function plural_form($number, $after) {\n$cases = array (2, 0, 1, 1, 1, 2);\necho $number.&#039; &#039;.$after[ ($number%100&gt;4 &amp;&amp; $number%100&lt;20)? 2: $cases[min($number%10, 5)] ];\n}<\/code><\/pre>\n<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<\/p>\n<pre><code>&lt;?php\nplural_form(\nget_comments_number(),\n\/* \u0432\u0430\u0440\u0438\u0430\u043d\u0442\u044b \u043d\u0430\u043f\u0438\u0441\u0430\u043d\u0438\u044f \u0434\u043b\u044f \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u0430 1, 2 \u0438 5 *\/\narray(&#039;\u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0439&#039;,&#039;\u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u044f&#039;,&#039;\u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0435\u0432&#039;)\n);\n?&gt;<\/code><\/pre>\n<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br \/>\n<strong>\u0425\u043e\u0442\u0435\u043b\u043e\u0441\u044c \u0431\u044b \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u0442\u044c \u0432 \u0432\u043e\u0440\u0434\u043f\u0440\u0435\u0441\u043e\u0432\u0441\u043a\u0438\u0439 \u0448\u043e\u0440\u0442\u043a\u043e\u0434<br \/>\n\u0423 \u043c\u0435\u043d\u044f \u0435\u0441\u0442\u044c \u0448\u043e\u0440\u0442\u043a\u043e\u0434, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0432\u044b\u0432\u043e\u0434\u0438\u0442 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0437\u0430\u043f\u0438\u0441\u0435\u0439 \u0432 \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0438:<\/strong><\/p>\n<pre><code>\/* \u0428\u043e\u0440\u0442\u043a\u043e\u0434 \u043a\u043e\u043b-\u0432\u0430 \u0437\u0430\u043f\u0438\u0441\u0435\u0439 *\/\nfunction kol_zap($atts) {\nextract(shortcode_atts(array(\n&quot;id&quot; =&gt; &#039;&#039;\n), $atts));\n$post_count = get_category($id)-&gt;category_count;\n$cat_name = get_category($id)-&gt;name;\n$cat_slug = get_category($id)-&gt;slug;\nreturn &#039;&#039;.$post_count.&#039;&#039;;\n}\nadd_shortcode(&#039;kolvo&#039;, &#039;kol_zap&#039;);<\/code><\/pre>\n<p><strong>\u041d\u0443\u0436\u043d\u043e, \u0447\u0442\u043e\u0431\u044b \u044d\u0442\u043e\u0442 \u0448\u043e\u0440\u0442\u043a\u043e\u0434 \u0432\u044b\u0432\u043e\u0434\u0438\u043b \u043f\u043e\u0441\u043b\u0435 \u0447\u0438\u0441\u043b\u0430 \u2014 \u0441\u043b\u043e\u0432\u043e \u0437\u0430\u043f\u0438\u0441\u044c(\u2018\u0438\u2019, \u2018\u0435\u0439\u2019).<\/strong><\/p>\n<p>\u0417\u0430\u0440\u0430\u043d\u0435\u0435 \u0441\u043f\u0430\u0441\u0438\u0431\u043e.<\/p>\n","protected":false},"template":"","class_list":["post-213257","topic","type-topic","status-publish","hentry","topic-tag-shortcode"],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/ru.wordpress.org\/support\/wp-json\/wp\/v2\/topic\/213257","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\/213257\/revisions"}],"wp:attachment":[{"href":"https:\/\/ru.wordpress.org\/support\/wp-json\/wp\/v2\/media?parent=213257"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}