带有Style.php和WordPress函数的wp_enQueue_style

时间:2011-10-11 作者:Jens Törnell

我使用wp\\u enqueue\\u样式添加样式表,如下所示:

<?php wp_enqueue_style( \'theme-style\', get_template_directory_uri() . \'/style.php\', false, \'1.0\', \'all\' ); ?>
工作正常,但I need to run a Wordpress function in the style.php file. 样式表文件不知道核心是否存在。

This is what I\'ve heard

<包括在内是不好的wp-load.php.header.php 因为插件找不到它wp_head 函数,因为插件找不到它
1 个回复
结束

相关推荐

如何仅在使用时加载Widget javascrip+css文件?

我希望将我的小部件使用的javascript和css样式保存在它们自己的文件中(而不是将它们添加到主题中)。但我似乎无法让wordpress在边栏上实际使用小部件时添加它们。我试过这个:在类声明中,我添加了2个函数class EssentielleRubriquesPosts extends WP_Widget { function addFrontendCss(){ wp_enqueue_style(\'erw-frontend-css\', ESSENTIELLE_R