Quote Originally Posted by bumba000 View Post
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.

Code:
/*if(isset($_GET['feed'])){
		wp();
		gzip_compression();
		//	require_once('./wordpress/wp-includes/template-loader.php');
		require_once(ABSPATH . WPINC . '/template-loader.php');

		exit();
	}*/