{"id":14896,"date":"2026-04-12T08:44:50","date_gmt":"2026-04-12T06:44:50","guid":{"rendered":"https:\/\/seopmr.ru\/?p=14896"},"modified":"2026-04-28T07:14:32","modified_gmt":"2026-04-28T05:14:32","slug":"%d0%ba%d0%b0%d0%ba-%d0%b8%d1%81%d0%ba%d0%bb%d1%8e%d1%87%d0%b8%d1%82%d1%8c-%d0%bd%d1%83%d0%b6%d0%bd%d1%8b%d0%b5-%d1%80%d1%83%d0%b1%d1%80%d0%b8%d0%ba%d0%b8-%d1%81-%d0%b3%d0%bb%d0%b0%d0%b2%d0%bd%d0%be","status":"publish","type":"post","link":"https:\/\/seopmr.ru\/?p=14896","title":{"rendered":"\u041a\u0430\u043a \u0438\u0441\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u043d\u0443\u0436\u043d\u044b\u0435 \u0440\u0443\u0431\u0440\u0438\u043a\u0438 \u0441 \u0433\u043b\u0430\u0432\u043d\u043e\u0439 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b \u0431\u043b\u043e\u0433\u0430 \u0438\u043b\u0438 \u0441\u0430\u0439\u0442\u0430 WordPress?"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">\u0415\u0441\u0442\u044c \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u0441\u043f\u043e\u0441\u043e\u0431\u043e\u0432 \u2014 \u043e\u0442 \u043f\u0440\u043e\u0441\u0442\u043e\u0433\u043e \u043a\u043e\u0434\u0430 \u0434\u043e \u043f\u043b\u0430\u0433\u0438\u043d\u043e\u0432. \u0420\u0430\u0437\u0431\u0435\u0440\u0451\u043c \u043a\u0430\u0436\u0434\u044b\u0439 \u0441\u043f\u043e\u0441\u043e\u0431 \u0438\u0441\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u043d\u0443\u0436\u043d\u044b\u0435 \u0440\u0443\u0431\u0440\u0438\u043a\u0438 \u0441 \u0433\u043b\u0430\u0432\u043d\u043e\u0439 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b \u0431\u043b\u043e\u0433\u0430 \u0438\u043b\u0438 \u0441\u0430\u0439\u0442\u0430 \u043f\u043e\u0434\u0440\u043e\u0431\u043d\u043e.<\/p>\n\n\n\n<!--more-->\n\n\n\n<h2 class=\"wp-block-heading\">\u0421\u043f\u043e\u0441\u043e\u0431 1: \u0427\u0435\u0440\u0435\u0437 <code>functions.php<\/code> (\u0441\u0430\u043c\u044b\u0439 \u043d\u0430\u0434\u0451\u0436\u043d\u044b\u0439)<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">\u042d\u0442\u043e \u0441\u0430\u043c\u044b\u0439 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u044b\u0439 \u043f\u043e\u0434\u0445\u043e\u0434 \u2014 \u0438\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u043e\u0441\u043d\u043e\u0432\u043d\u043e\u0439 \u0437\u0430\u043f\u0440\u043e\u0441 \u0434\u043e \u0442\u043e\u0433\u043e, \u043a\u0430\u043a WordPress \u0435\u0433\u043e \u0432\u044b\u043f\u043e\u043b\u043d\u0438\u0442.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>function exclude_categories_from_home( $query ) {\n    \/\/ \u0420\u0430\u0431\u043e\u0442\u0430\u0435\u043c \u0442\u043e\u043b\u044c\u043a\u043e \u043d\u0430 \u0433\u043b\u0430\u0432\u043d\u043e\u0439 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0435 \u0438 \u0442\u043e\u043b\u044c\u043a\u043e \u0434\u043b\u044f \u043e\u0441\u043d\u043e\u0432\u043d\u043e\u0433\u043e \u0437\u0430\u043f\u0440\u043e\u0441\u0430\n    if ( $query-&gt;is_home() &amp;&amp; $query-&gt;is_main_query() ) {\n        \/\/ \u0423\u043a\u0430\u0436\u0438 ID \u0440\u0443\u0431\u0440\u0438\u043a \u0447\u0435\u0440\u0435\u0437 \u0437\u0430\u043f\u044f\u0442\u0443\u044e (\u0437\u043d\u0430\u043a \u043c\u0438\u043d\u0443\u0441 = \u0438\u0441\u043a\u043b\u044e\u0447\u0438\u0442\u044c)\n        $query-&gt;set( 'cat', '-5,-12,-34' );\n    }\n}\nadd_action( 'pre_get_posts', 'exclude_categories_from_home' );\n<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>\u0413\u0434\u0435 \u043d\u0430\u0439\u0442\u0438 ID \u0440\u0443\u0431\u0440\u0438\u043a\u0438:<\/strong> \u041f\u0435\u0440\u0435\u0439\u0434\u0438 \u0432 <code>\u0417\u0430\u043f\u0438\u0441\u0438 \u2192 \u0420\u0443\u0431\u0440\u0438\u043a\u0438<\/code>, \u043d\u0430\u0432\u0435\u0434\u0438 \u043d\u0430 \u043d\u0443\u0436\u043d\u0443\u044e \u0440\u0443\u0431\u0440\u0438\u043a\u0443 \u0438 \u043f\u043e\u0441\u043c\u043e\u0442\u0440\u0438 \u0432 \u0441\u0442\u0440\u043e\u043a\u0435 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430 \u2014 \u0442\u0430\u043c \u0431\u0443\u0434\u0435\u0442 <code>tag_ID=5<\/code>. \u042d\u0442\u043e \u0438 \u0435\u0441\u0442\u044c ID.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">\u0421\u043f\u043e\u0441\u043e\u0431 2: \u0418\u0441\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0440\u0443\u0431\u0440\u0438\u043a\u0438 \u043f\u043e slug (\u0435\u0441\u043b\u0438 ID \u043d\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043d\u044b)<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code>function exclude_categories_by_slug( $query ) {\n    if ( $query-&gt;is_home() &amp;&amp; $query-&gt;is_main_query() ) {\n\n        \/\/ \u041f\u043e\u043b\u0443\u0447\u0430\u0435\u043c \u043e\u0431\u044a\u0435\u043a\u0442\u044b \u0440\u0443\u0431\u0440\u0438\u043a \u043f\u043e slug\n        $excluded = array( 'news', 'announcements', 'videos' );\n        $ids = array();\n\n        foreach ( $excluded as $slug ) {\n            $cat = get_category_by_slug( $slug );\n            if ( $cat ) {\n                $ids&#91;] = -$cat-&gt;term_id; \/\/ \u041c\u0438\u043d\u0443\u0441 = \u0438\u0441\u043a\u043b\u044e\u0447\u0438\u0442\u044c\n            }\n        }\n\n        if ( ! empty( $ids ) ) {\n            $query-&gt;set( 'cat', implode( ',', $ids ) );\n        }\n    }\n}\nadd_action( 'pre_get_posts', 'exclude_categories_by_slug' );\n<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">\u0421\u043f\u043e\u0441\u043e\u0431 3: \u0427\u0435\u0440\u0435\u0437 <code>tax_query<\/code> (\u0431\u043e\u043b\u0435\u0435 \u0433\u0438\u0431\u043a\u0438\u0439 \u0432\u0430\u0440\u0438\u0430\u043d\u0442)<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">\u041f\u043e\u0434\u0445\u043e\u0434\u0438\u0442, \u0435\u0441\u043b\u0438 \u043d\u0443\u0436\u043d\u043e \u0438\u0441\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0440\u0443\u0431\u0440\u0438\u043a\u0438 \u0441 \u0434\u043e\u0447\u0435\u0440\u043d\u0438\u043c\u0438 \u043f\u043e\u0434\u0440\u0443\u0431\u0440\u0438\u043a\u0430\u043c\u0438:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>function exclude_categories_tax_query( $query ) {\n    if ( $query-&gt;is_home() &amp;&amp; $query-&gt;is_main_query() ) {\n        $query-&gt;set( 'tax_query', array(\n            array(\n                'taxonomy' =&gt; 'category',\n                'field'    =&gt; 'term_id',\n                'terms'    =&gt; array( 5, 12, 34 ), \/\/ ID \u0440\u0443\u0431\u0440\u0438\u043a \u0431\u0435\u0437 \u043c\u0438\u043d\u0443\u0441\u0430\n                'operator' =&gt; 'NOT IN',\n            ),\n        ));\n    }\n}\nadd_action( 'pre_get_posts', 'exclude_categories_tax_query' );\n<\/code><\/pre>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">\u26a0\ufe0f <strong>\u0412\u0430\u0436\u043d\u043e:<\/strong> \u043c\u0435\u0442\u043e\u0434 \u0447\u0435\u0440\u0435\u0437 <code>cat<\/code> \u0441 \u043c\u0438\u043d\u0443\u0441\u043e\u043c \u043d\u0435 \u0432\u0441\u0435\u0433\u0434\u0430 \u0438\u0441\u043a\u043b\u044e\u0447\u0430\u0435\u0442 \u0434\u043e\u0447\u0435\u0440\u043d\u0438\u0435 \u0440\u0443\u0431\u0440\u0438\u043a\u0438, \u0430 <code>tax_query<\/code> \u0441 <code>NOT IN<\/code> \u0434\u0435\u043b\u0430\u0435\u0442 \u044d\u0442\u043e \u043a\u043e\u0440\u0440\u0435\u043a\u0442\u043d\u043e.<\/p>\n<\/blockquote>\n\n\n\n<h2 class=\"wp-block-heading\">\u0421\u043f\u043e\u0441\u043e\u0431 4: \u0415\u0441\u043b\u0438 \u0433\u043b\u0430\u0432\u043d\u0430\u044f \u2014 \u0441\u0442\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">\u0415\u0441\u043b\u0438 \u0432 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430\u0445 (<code>\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u2192 \u0427\u0442\u0435\u043d\u0438\u0435<\/code>) \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0430 \u0441\u0442\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0430\u044f \u0433\u043b\u0430\u0432\u043d\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430, \u0430 \u0437\u0430\u043f\u0438\u0441\u0438 \u0432\u044b\u0432\u043e\u0434\u044f\u0442\u0441\u044f \u043d\u0430 \u043e\u0442\u0434\u0435\u043b\u044c\u043d\u043e\u0439 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0435 \u0431\u043b\u043e\u0433\u0430 \u2014 \u0443\u0441\u043b\u043e\u0432\u0438\u0435 <code>is_home()<\/code> \u0441\u0440\u0430\u0431\u043e\u0442\u0430\u0435\u0442 \u0438\u043c\u0435\u043d\u043d\u043e \u0434\u043b\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b \u0431\u043b\u043e\u0433\u0430. \u0422\u043e\u0433\u0434\u0430 \u043a\u043e\u0434 \u043e\u0441\u0442\u0430\u0451\u0442\u0441\u044f \u0442\u0435\u043c \u0436\u0435, \u043e\u043d \u043a\u043e\u0440\u0440\u0435\u043a\u0442\u043d\u043e \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0438\u0442 \u043d\u0443\u0436\u043d\u044b\u0439 \u0437\u0430\u043f\u0440\u043e\u0441.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u041d\u043e \u0435\u0441\u043b\u0438 \u0442\u044b \u0432\u044b\u0432\u043e\u0434\u0438\u0448\u044c \u0437\u0430\u043f\u0438\u0441\u0438 \u0432\u0440\u0443\u0447\u043d\u0443\u044e \u0447\u0435\u0440\u0435\u0437 <code>WP_Query<\/code> \u0432 \u0448\u0430\u0431\u043b\u043e\u043d\u0435, \u043d\u0443\u0436\u043d\u043e \u0434\u0440\u0443\u0433\u043e\u0435 \u0440\u0435\u0448\u0435\u043d\u0438\u0435:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>$args = array(\n    'post_type'      =&gt; 'post',\n    'posts_per_page' =&gt; 10,\n    'category__not_in' =&gt; array( 5, 12, 34 ), \/\/ ID \u0440\u0443\u0431\u0440\u0438\u043a \u0434\u043b\u044f \u0438\u0441\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u044f\n);\n\n$my_query = new WP_Query( $args );\n<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">\u0421\u043f\u043e\u0441\u043e\u0431 5: \u0427\u0435\u0440\u0435\u0437 \u043f\u043b\u0430\u0433\u0438\u043d \u0431\u0435\u0437 \u043a\u043e\u0434\u0430<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">\u0415\u0441\u043b\u0438 \u043d\u0435 \u0445\u043e\u0447\u0435\u0442\u0441\u044f \u0442\u0440\u043e\u0433\u0430\u0442\u044c \u043a\u043e\u0434 \u2014 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439 \u043f\u043b\u0430\u0433\u0438\u043d <strong>Taxonomy Terms Order<\/strong> \u0438\u043b\u0438 \u0431\u043e\u043b\u0435\u0435 \u043f\u0440\u043e\u0441\u0442\u043e\u0439 <strong>WPFront Category Post<\/strong>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u041d\u043e \u0441\u0430\u043c\u044b\u0439 \u043f\u043e\u043f\u0443\u043b\u044f\u0440\u043d\u044b\u0439 \u0434\u043b\u044f \u044d\u0442\u043e\u0439 \u0437\u0430\u0434\u0430\u0447\u0438 \u2014 <strong>Category Excluder<\/strong>:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0438 \u043f\u043b\u0430\u0433\u0438\u043d<\/li>\n\n\n\n<li>\u041f\u0435\u0440\u0435\u0439\u0434\u0438 \u0432 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0440\u0443\u0431\u0440\u0438\u043a\u0438<\/li>\n\n\n\n<li>\u041f\u043e\u0441\u0442\u0430\u0432\u044c \u0433\u0430\u043b\u043e\u0447\u043a\u0443 \u00ab\u0418\u0441\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0441 \u0433\u043b\u0430\u0432\u043d\u043e\u0439\u00bb<\/li>\n<\/ol>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">\u0418\u043c\u0435\u043d\u043d\u043e \u044d\u0442\u043e\u0442 \u0432\u0430\u0440\u0438\u0430\u043d\u0442 \u0432\u044b\u0431\u0440\u0430\u043b \u044f. \u042d\u0442\u043e \u0441\u0430\u043c\u044b\u0439 \u043f\u0440\u043e\u0441\u0442\u043e\u0439, \u0431\u044b\u0441\u0442\u0440\u044b\u0439 \u0438 \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u044b\u0439 \u0441\u043f\u043e\u0441\u043e\u0431.<\/p>\n<\/blockquote>\n\n\n\n<h3 class=\"wp-block-heading\">\u0427\u0430\u0441\u0442\u044b\u0435 \u043e\u0448\u0438\u0431\u043a\u0438<\/h3>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>\u041e\u0448\u0438\u0431\u043a\u0430<\/th><th>\u041f\u043e\u0447\u0435\u043c\u0443 \u0432\u043e\u0437\u043d\u0438\u043a\u0430\u0435\u0442<\/th><th>\u0420\u0435\u0448\u0435\u043d\u0438\u0435<\/th><\/tr><\/thead><tbody><tr><td>\u041a\u043e\u0434 \u043d\u0435 \u0440\u0430\u0431\u043e\u0442\u0430\u0435\u0442<\/td><td>\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043b\u0438 <code>query_posts()<\/code> \u0432\u043c\u0435\u0441\u0442\u043e <code>pre_get_posts<\/code><\/td><td>\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0442\u043e\u043b\u044c\u043a\u043e <code>pre_get_posts<\/code><\/td><\/tr><tr><td>\u0414\u043e\u0447\u0435\u0440\u043d\u0438\u0435 \u0440\u0443\u0431\u0440\u0438\u043a\u0438 \u0432\u0441\u0451 \u0440\u0430\u0432\u043d\u043e \u043f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u044e\u0442\u0441\u044f<\/td><td>\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d \u043c\u0435\u0442\u043e\u0434 <code>cat<\/code> \u0441 \u043c\u0438\u043d\u0443\u0441\u043e\u043c<\/td><td>\u0417\u0430\u043c\u0435\u043d\u0438\u0442\u044c \u043d\u0430 <code>tax_query<\/code> \u0441 <code>NOT IN<\/code><\/td><\/tr><tr><td>\u0418\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u043d\u0435 \u043f\u0440\u0438\u043c\u0435\u043d\u044f\u044e\u0442\u0441\u044f<\/td><td>\u0410\u043a\u0442\u0438\u0432\u0435\u043d \u043a\u044d\u0448 \u0441\u0442\u0440\u0430\u043d\u0438\u0446<\/td><td>\u041e\u0447\u0438\u0441\u0442\u0438\u0442\u044c \u043a\u044d\u0448 \u043f\u043b\u0430\u0433\u0438\u043d\u0430 \u043a\u044d\u0448\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f<\/td><\/tr><tr><td>\u041a\u043e\u0434 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d \u0432 <code>functions.php<\/code> \u0434\u043e\u0447\u0435\u0440\u043d\u0435\u0439 \u0442\u0435\u043c\u044b, \u043d\u043e \u043d\u0435 \u0440\u0430\u0431\u043e\u0442\u0430\u0435\u0442<\/td><td>\u0414\u043e\u0447\u0435\u0440\u043d\u044f\u044f \u0442\u0435\u043c\u0430 \u043d\u0435 \u0430\u043a\u0442\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u043d\u0430<\/td><td>\u041f\u0440\u043e\u0432\u0435\u0440\u0438\u0442\u044c \u0430\u043a\u0442\u0438\u0432\u043d\u0443\u044e \u0442\u0435\u043c\u0443<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\">\u041a\u0443\u0434\u0430 \u0434\u043e\u0431\u0430\u0432\u043b\u044f\u0442\u044c \u043a\u043e\u0434<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>\u041b\u0443\u0447\u0448\u0438\u0439 \u0441\u043f\u043e\u0441\u043e\u0431<\/strong> \u2014 \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u043d\u0435\u0431\u043e\u043b\u044c\u0448\u043e\u0439 \u043f\u043b\u0430\u0433\u0438\u043d \u0432 \u043f\u0430\u043f\u043a\u0435 <code>\/wp-content\/plugins\/my-custom\/my-custom.php<\/code>:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;?php\n\/**\n * Plugin Name: My Category Exclude\n * Description: \u0418\u0441\u043a\u043b\u044e\u0447\u0430\u0435\u0442 \u0440\u0443\u0431\u0440\u0438\u043a\u0438 \u0441 \u0433\u043b\u0430\u0432\u043d\u043e\u0439 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b\n *\/\n\nfunction exclude_categories_from_home( $query ) {\n    if ( $query-&gt;is_home() &amp;&amp; $query-&gt;is_main_query() ) {\n        $query-&gt;set( 'cat', '-5,-12' );\n    }\n}\nadd_action( 'pre_get_posts', 'exclude_categories_from_home' );\n<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">\u042d\u0442\u043e \u043b\u0443\u0447\u0448\u0435, \u0447\u0435\u043c \u0434\u043e\u0431\u0430\u0432\u043b\u044f\u0442\u044c \u0432 <code>functions.php<\/code> \u0442\u0435\u043c\u044b, \u043f\u043e\u0442\u043e\u043c\u0443 \u0447\u0442\u043e \u043a\u043e\u0434 \u0441\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u0441\u044f \u043f\u0440\u0438 \u0441\u043c\u0435\u043d\u0435 \u0442\u0435\u043c\u044b.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u0415\u0441\u0442\u044c \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u0441\u043f\u043e\u0441\u043e\u0431\u043e\u0432 \u2014 \u043e\u0442 \u043f\u0440\u043e\u0441\u0442\u043e\u0433\u043e \u043a\u043e\u0434\u0430 \u0434\u043e \u043f\u043b\u0430\u0433\u0438\u043d\u043e\u0432. \u0420\u0430\u0437\u0431\u0435\u0440\u0451\u043c \u043a\u0430\u0436\u0434\u044b\u0439 \u0441\u043f\u043e\u0441\u043e\u0431 \u0438\u0441\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u043d\u0443\u0436\u043d\u044b\u0435 \u0440\u0443\u0431\u0440\u0438\u043a\u0438 \u0441 \u0433\u043b\u0430\u0432\u043d\u043e\u0439 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b \u0431\u043b\u043e\u0433\u0430 \u0438\u043b\u0438 \u0441\u0430\u0439\u0442\u0430 \u043f\u043e\u0434\u0440\u043e\u0431\u043d\u043e.<\/p>\n","protected":false},"author":1,"featured_media":14899,"comment_status":"open","ping_status":"closed","sticky":false,"template":"templates\/template-full-width.php","format":"standard","meta":{"footnotes":""},"categories":[5],"tags":[],"class_list":["post-14896","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-wordpress"],"_links":{"self":[{"href":"https:\/\/seopmr.ru\/index.php?rest_route=\/wp\/v2\/posts\/14896","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/seopmr.ru\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/seopmr.ru\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/seopmr.ru\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/seopmr.ru\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=14896"}],"version-history":[{"count":1,"href":"https:\/\/seopmr.ru\/index.php?rest_route=\/wp\/v2\/posts\/14896\/revisions"}],"predecessor-version":[{"id":14900,"href":"https:\/\/seopmr.ru\/index.php?rest_route=\/wp\/v2\/posts\/14896\/revisions\/14900"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/seopmr.ru\/index.php?rest_route=\/wp\/v2\/media\/14899"}],"wp:attachment":[{"href":"https:\/\/seopmr.ru\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=14896"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/seopmr.ru\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=14896"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/seopmr.ru\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=14896"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}