[Plugin: NextGEN Gallery] Integrating in existing website: how to output css files?
-
Hi,
I integrated WordPress in an existing homepage — with this code (followed by the loop and the footer):<?php define('WP_USE_THEMES', false); /** Loads the WordPress Environment and Template */ require($rel . "wp/wp-blog-header.php"); wp_head(); require('wp/wp-blog-header.php'); ?>
Everything works fine. But eg the CSS files of the nextgen plugin are not linked in the header.
So, which code is missing to output the files used by this plugin?
Thanks.
Carloshttps://www.ads-software.com/extend/plugins/nextgen-gallery/
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘[Plugin: NextGEN Gallery] Integrating in existing website: how to output css files?’ is closed to new replies.