mcastor
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Posts showing up in the footer on every pageThe only changes that I have made are the ones mentioned above. Nothing else.
Forum: Fixing WordPress
In reply to: Posts showing up in the footer on every pagehttp://michaelcastor.com/about-michael-castor/
On the bottom of the page, all posts are being shown. They should only appear on the Home page.
I removed
require_once( get_stylesheet_directory(). ‘/my_included_file.php’ );
from the stylesheet.
I have not made any changes to the default page template or footer.php. Very new to WordPress. Only changes made have been those that were suggested above. Should I make changes to the default page template or footer.php?
Thank you again for all the help!
Forum: Fixing WordPress
In reply to: Posts showing up in the footer on every pageHi, 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’ );
Forum: Fixing WordPress
In reply to: Posts showing up in the footer on every pageThanks so much for the quick reply!
Unfortunately I tried to re-upload a fresh, unpacked copy and nothing changed.