you mean using an include to display header/footer in wp? i have tried this and still kicks back an error for me.
my WP get_header function
function get_header( $name = null ) {
do_action( 'get_header', $name );
$templates = array();
if ( isset($name) )
$templates[] = "header-{$name}.php";
$templates[] = 'header.php';
// Backward compat code will be removed in a future release
//if ('' == locate_template($templates, true))
//load_template( ABSPATH . WPINC . '/theme-compat/header.php');
include_once('C:/wamp/www/soundsection/wp-content/themes/black/scaleblack/header.php');
}
still bring back
Fatal error: Call to a member function item() on a non-object in C:\wamp\www\system\core\Utf8.php on line 47