Please try the other PHP files in the theme, your best bet is archive.php and single.php.
There are several files in the template hierarchy for a WP theme, if you'd like to know more about that, please visit codex.wordpress.org.
On the home page of a blog I am building (found here: blog.artfrombehind.net) I have successfully removed the "categories" link from the post header.
As long as one navigates with the "previous post" and "next post" buttons found at the bottom of the page the "categories" link remains removed.
However, as soon as one clicks on any of the post titles listed in the sidebar to the right, the "categories" reappears in the post header, beneath the post title. (well, it says "uncategorized")
Why are the two ways of viewing posts generating this difference?
How do I remove the categories link?
I would like it if the only things displayed were the post title and date, just as it is on the home page and if navigating with "next" and "previous"
I have scoured all of the php files and stylesheets to try and solve this and I must be skimming over these particular lines of code.
Thanks in advance!
Please try the other PHP files in the theme, your best bet is archive.php and single.php.
There are several files in the template hierarchy for a WP theme, if you'd like to know more about that, please visit codex.wordpress.org.
Bookmarks