Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
</body>
wp_enqueue_style( 'theme-style', get_stylesheet_uri() ); wp_enqueue_style( 'theme-my-css', get_template_directory_uri() . '/css/main.min.css' );
function add_custom_footer_styles() { wp_enqueue_style( 'theme-style', get_stylesheet_uri() ); wp_enqueue_style( 'theme-my-css', get_template_directory_uri() . '/css/main.min.css' ); }; add_action( 'wp_footer', 'add_custom_footer_styles', 100 );