如何在WordPress的菜单中加载css文件

时间:2020-07-10 作者:Stymark

任何人都知道如何在wordpress的“我的菜单”中加载css文件。用这个但没用

function wmt_theme_style() {
  wp_enqueue_style( \'bootstrap-styles\', get_template_directory_uri() . \'/css/bootstrap.css\', array(), \'3.3.4\', \'all\' );
 
}
add_action( \'wp_enqueue_scripts\', \'wmt_theme_style\' );

enter image description here

1 个回复
SO网友:ericek111

您需要使用admin_enqueue_scripts 钩可以想象,你不是第一个尝试这样做的人:Wordpress admin stylesheet

相关推荐

Making sub-menus exclusive

我真的不知道该怎么解释我在这里找的东西,我在这里找得太露骨了。在我的网站上,我有一个附带菜单,其中包含一系列子类别,每个子类别中都有一些项目。我想知道当我打开另一个子类别时,是否有办法关闭所有其他打开的子类别,例如:1. Animals ----A. Cats ----B. Dogs 2. People ----A. Samantha ----B. Daniel 当我按下“动物”时,我希望“人”关闭,反之亦