I Receving this error in the Wordpress blog, which is www.webmastersbb.com. the error is : Warning: include(layouts/) [function.include]: failed to open stream: No such file or directory in /home/webmaste/public_html/wp-content/themes/freshnews/home.php on line 13 Warning: include(layouts/) [function.include]: failed to open stream: No such file or directory in /home/webmaste/public_html/wp-content/themes/freshnews/home.php on line 13 Warning: include() [function.include]: Failed opening 'layouts/' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/webmaste/public_html/wp-content/themes/freshnews/home.php on line 13 Code (markup): How can i fix it? The original Souce code for home.php : <?php get_header(); ?> <div id="centercol" class="grid_10"> <?php if (get_option('woo_show_blog') == false) { ?> <?php include(TEMPLATEPATH . '/includes/featured.php'); ?> <?php $layout = get_option('woo_layout'); include('layouts/'.$layout); ?> <?php } else { include(TEMPLATEPATH . '/includes/stdblog.php'); } ?> </div><!--/centercol--> <?php get_sidebar(); ?> <?php get_footer(); ?> Code (markup): What Might be the error? Please help me. Thanks, Ragul
You will find some layout option in options panel of your theme..What did you select for layout in that?