我在Neve theme的基础上开发我的on theme。首先,我对脚本有问题,因为它不起作用,但我不得不从页脚更改它们的位置。php到标题。php的一切都很好。
新的一些脚本无法工作,因为css根本没有加载。
我尝试了5种不同的方法,但都失败了。
标题中的。php我只是给他们<style> </style>
我在函数中使用了寄存器样式。php,标题。php和页脚。php
function my_theme_enqueue_styles() {
wp_enqueue_style( $parent_style, get_template_directory_uri() . \'/css/tooplate-infinite-loop.css\' );
}
add_action( \'wp_enqueue_scripts\', \'my_theme_enqueue_styles\' );
我试着通过把它们放在标题上来使用它们。php
<link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/css/tooplate-infinite-loop.css" />
4和5)非常相似,我在元素或主题生成器等中使用了服装风格。