CSS files of plugins are not linked
-
Hi,
I implemented WP in an existing homepage:
define('WP_USE_THEMES', false); /** Loads the WordPress Environment and Template */ require($rel . "wp/wp-blog-header.php"); wp_head();
I am using eg the plugin nextgen gallery.
But its css files are missing in the output of wp_head() — or do I need another function to output the css files of a plugin?Thanks!
Carlos
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘CSS files of plugins are not linked’ is closed to new replies.