hi ,
I have tried to integrate this into my site but I cant get it to work, i have made the plugins as mentionned :
for the footer:
Code:
ob_start();
include('../wordpress/wp-content/themes/gazette/footer.php');
$wp_footer = ob_get_contents();
ob_end_clean();
but i get this error,
for the header :
Code:
ob_start();
include('.../wordpress/wp-load.php');
include('../wordpress/wp-content/themes/gazettte/header.php');
$wp_header = ob_get_contents();
but i get this error
Warning: include(.../wordpress/wp-load.php) [function.include]: failed to open stream: No such file or directory in [path]/global.php(400) : eval()'d code on line 75
Warning: include() [function.include]: Failed opening '.../wordpress/wp-load.php' for inclusion (include_path='.:/php/includes:/usr/share/php') in [path]/global.php(400) : eval()'d code on line 75
Warning: include(../wordpress/wp-content/themes/gazettte/header.php) [function.include]: failed to open stream: No such file or directory in [path]/global.php(400) : eval()'d code on line 76
Warning: include() [function.include]: Failed opening '../wordpress/wp-content/themes/gazettte/header.php' for inclusion (include_path='.:/php/includes:/usr/share/php') in [path]/global.php(400) : eval()'d code on line 76
any help would be appreciated