admin管理员组文章数量:1316532
<?php
function load_stylesheets(){
wp_register_style('sj', get_template_directory_uri() . "/sj.css", array(), 1.0, 'all');
wp_enqueue_style('sj');
}
add_action('wp_enqueue_scripts', 'load_stylesheets');
?>
my custom css which is named sj.css
is not being loaded, why? This is located in my function.php file.`
本文标签: customizationwhy won39t my custom css load with the enqueue method or any other method
版权声明:本文标题:customization - why won't my custom css load with the enqueue method or any other method? 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741975426a2408093.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论