Totally Zenned
- Join Date:
- Dec 2007
- Location:
- Payson, AZ
- Posts:
- 1,075
- Plugin Contributions:
- 7
Wordpress On ZC [Support Thread]
bumba000:
PS Just leaving the sidebox and language files up kinda works but it breaks Live Product Feed and Google Base Feed.
I did a modified install of WP with a sidebox on my ZC site and made some modifications to WP sidebox for it to work. I found the file \includes\extra_configures\wordpress-config.php is designed to make a feed. I commented this out and my ZC rss feeds started working again.
/*if(isset($_GET['feed'])){
wp();
gzip_compression();
// require_once('./wordpress/wp-includes/template-loader.php');
require_once(ABSPATH . WPINC . '/template-loader.php');
exit();
}*/