richardginn
Member
Posted 5 years ago #
That I only want to show up on the index.php page at this point of time. Everytime I click on one of my posts which also brings up a place to make a comment on it this text always shows up and I do not want that.
The theme I am trying to use is anthosia3c at this point of time.
Is their a fix for this???
You will have to provide a link for us to see this text that you want in one place but not others.
Regards
Many fixes :)
1. It means your theme uses index.php to display single post view - see http://codex.wordpress.org/Template_Hierarchy
In this case use a conditional:
http://codex.wordpress.org/Conditional_Tags
2. Create a single.php template file that doesn't have the "text"
3. Use a theme that has single.php file
richardginn
Member
Posted 5 years ago #
I created a single.php file with all the text that I wanted removed and so far it is working right.
Yeah to the moshu.