Buenos dias,
Me sigue tirando el mismo error.
Me quedó así, pero sigue sin andar:
Cita: <?php get_header(); ?>
<?php include(TEMPLATEPATH . '/includes/featured.php'); ?>
<div id="centercol">
<?php print_r($layout) ?>
<?php
$layout = get_option('woo_layout');
include('layouts/'.$layout);
?>
</div><!--/centercol-->
<?php get_sidebar(); ?>
<?php get_footer(); ?>
Ojalá tenga solución porque me encanta ese template.