Hi, thanks for the help. I removed the ‘recent posts’ section from the showcase.php file and am not using the showcase page template for my pages.
I created a child theme and have this in my style.css file. Is there something I need to add to fix the problem? I am still seeing all my posts in the footer of each page.
/*
Theme Name: Twentyeleven Child
Description: Child theme for the twentyeleven theme
Author: Michael Castor
Template: twentyeleven
*/
@import url(“../twentyeleven/style.css”);
#site-title a {
color: #000;
}
require_once( get_stylesheet_directory(). ‘/my_included_file.php’ );