{"id":291853,"date":"2018-07-25T19:12:26","date_gmt":"2018-07-25T16:12:26","guid":{"rendered":"https:\/\/ru.wordpress.org\/support\/topic\/%d0%ba%d0%b0%d0%ba-%d0%bf%d0%be%d0%b4%d0%ba%d0%bb%d1%8e%d1%87%d0%b8%d1%82%d1%8c-%d1%84%d0%b0%d0%b9%d0%bb-%d0%b4%d0%be%d0%bf%d0%be%d0%bb%d0%bd%d0%b8%d1%82%d0%b5%d0%bb%d1%8c%d0%bd%d1%8b%d1%85-%d1%81\/"},"modified":"2018-07-25T19:13:04","modified_gmt":"2018-07-25T16:13:04","slug":"%d0%ba%d0%b0%d0%ba-%d0%bf%d0%be%d0%b4%d0%ba%d0%bb%d1%8e%d1%87%d0%b8%d1%82%d1%8c-%d1%84%d0%b0%d0%b9%d0%bb-%d0%b4%d0%be%d0%bf%d0%be%d0%bb%d0%bd%d0%b8%d1%82%d0%b5%d0%bb%d1%8c%d0%bd%d1%8b%d1%85-%d1%81","status":"publish","type":"topic","link":"https:\/\/ru.wordpress.org\/support\/topic\/%d0%ba%d0%b0%d0%ba-%d0%bf%d0%be%d0%b4%d0%ba%d0%bb%d1%8e%d1%87%d0%b8%d1%82%d1%8c-%d1%84%d0%b0%d0%b9%d0%bb-%d0%b4%d0%be%d0%bf%d0%be%d0%bb%d0%bd%d0%b8%d1%82%d0%b5%d0%bb%d1%8c%d0%bd%d1%8b%d1%85-%d1%81\/","title":{"rendered":"\u041a\u0430\u043a \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0444\u0430\u0439\u043b \u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0445 \u0441\u0442\u0438\u043b\u0435\u0439 \u0438\u0437 \u0434\u043e\u0447\u0435\u0440\u043d\u0435\u0439 \u0442\u0435\u043c\u044b"},"content":{"rendered":"<p>\u041d\u0443\u0436\u043d\u043e \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0444\u0430\u0439\u043b \u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0445 \u0441\u0442\u0438\u043b\u0435\u0439 \u0438\u0437 \u0434\u043e\u0447\u0435\u0440\u043d\u0435\u0439 \u0442\u0435\u043c\u044b.<br \/>\n\u041f\u0435\u0440\u0435\u043f\u0440\u043e\u0431\u043e\u0432\u0430\u043b \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u0432\u0430\u0440\u0438\u0430\u043d\u0442\u043e\u0432 (3) \u043d\u0435 \u0441\u0440\u0430\u0431\u043e\u0442\u0430\u043b\u043e. \u041c\u043e\u0436\u0435\u0442 \u0433\u0434\u0435-\u0442\u043e \u043e\u0448\u0438\u0431\u043a\u0430 \u0432 \u043a\u043e\u0434\u0435.<br \/>\n\u0444\u0430\u0439\u043b functions.php \u0432 \u043f\u0430\u043f\u043a\u0435 \u0434\u043e\u0447\u0435\u0440\u043d\u0435\u0439 \u0442\u0435\u043c\u044b<\/p>\n<pre><code>&lt;?php\n \n\/\/ 1 \u0432\u0430\u0440\u0438\u0430\u043d\u0442 \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0444\u0430\u0439\u043b \u0441\u0442\u0438\u043b\u0435\u0439 \u0438\u0437 \u0434\u043e\u0447\u0435\u0440\u043d\u0435\u0439 \u0442\u0435\u043c\u044b\nadd_action( &#039;wp_enqueue_scripts&#039;, &#039;my_theme_enqueue_styles&#039; );\nfunction my_theme_enqueue_styles() {\n    wp_enqueue_style( &#039;parent-style&#039;, get_template_directory_uri() . &#039;\/stylemobile.css&#039; );\n}\n \n\/\/ 2 \u0432\u0430\u0440\u0438\u0430\u043d\u0442 \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0444\u0430\u0439\u043b \u0441\u0442\u0438\u043b\u0435\u0439 \u0438\u0437 \u0414\u0422\nfunction my_styles_scripts() {\n    wp_enqueue_style( &#039;easywp-child-4L&#039;, get_stylesheet_directory_uri() . &#039;\/style.css&#039;, array(), &#039;&#039;, &#039;all&#039; );\n}\nadd_action( &#039;wp_enqueue_scripts&#039;, &#039;my_styles_scripts&#039; );\n \n\/\/ Exit if accessed directly\nif ( !defined( &#039;ABSPATH&#039; ) ) exit;\n \n\/\/ BEGIN ENQUEUE PARENT ACTION\n\/\/ AUTO GENERATED - Do not modify or remove comment markers above or below:\n \nif ( !function_exists( &#039;chld_thm_cfg_parent_css&#039; ) ):\n    function chld_thm_cfg_parent_css() {\n        wp_enqueue_style( &#039;chld_thm_cfg_parent&#039;, trailingslashit( get_template_directory_uri() ) . &#039;style.css&#039;, array(  ) );\n\/\/ 3 \u0432\u0430\u0440\u0438\u0430\u043d\u0442 \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0444\u0430\u0439\u043b \u0441\u0442\u0438\u043b\u0435\u0439 \u0438\u0437 \u0414\u0422       \n        wp_enqueue_style( &#039;chld_thm_cfg_parent&#039;, trailingslashit( get_template_directory_uri() ) . &#039;stylemobile.css&#039;, array(  ) );\n    }\nendif;\nadd_action( &#039;wp_enqueue_scripts&#039;, &#039;chld_thm_cfg_parent_css&#039;, 10 );\n \n\/\/ END ENQUEUE PARENT ACTION<\/code><\/pre>\n","protected":false},"template":"","class_list":["post-291853","topic","type-topic","status-publish","hentry"],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/ru.wordpress.org\/support\/wp-json\/wp\/v2\/topic\/291853","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\/291853\/revisions"}],"wp:attachment":[{"href":"https:\/\/ru.wordpress.org\/support\/wp-json\/wp\/v2\/media?parent=291853"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}