View Single Post
  #1  
Old 05-17-2011, 06:42 AM
 
fyjpm fyjpm is offline
 

Member
  
Join Date: Feb 2006
Posts: 21
 

Default Include wordpress header and footer php

Has anyone been able to include the header and footer php files of wordpress into an xcart installation? We were able to do this with other web applications however when I include the proper files xcart takes me back to install.php.

Is there an additional step required to allow this?

If anyone has did this before help would be appreciated.

Example code:

{php}
ob_start();
include('/blog/wp-load.php');
include('/blog/header.php');
ob_end_clean();
{/php}
__________________
John Molino
888VoIP
www.888voip.com

Heavily modified:
4.1.9
4.3 <- launch date Feb 1, 2010
4.4.3
Reply With Quote