Wanted: php code for outputting links to css files for nextgen
-
Hi,
I thought the following code would output the links to the css files nextgen needed:
<?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’);
?>But the links are missing. Is there anybody out there who can help me with the missing line of php code?
Thanks, Carlos
https://www.ads-software.com/extend/plugins/nextgen-gallery/
- The topic ‘Wanted: php code for outputting links to css files for nextgen’ is closed to new replies.