Currently under each post title, one sees the following information for example:
Category: General / Tag: XYZ / Add Comment / Edit.
I want to remove the "General / Tag: XYZ /" from this and only have "Add Comment / Edit" left.
Thanks
Currently under each post title, one sees the following information for example:
Category: General / Tag: XYZ / Add Comment / Edit.
I want to remove the "General / Tag: XYZ /" from this and only have "Add Comment / Edit" left.
Thanks
With the help of the Template Hierarchy article, determine what Template is displaying each post (could be index.php). Then edit that Template and delete code such as the_category and the_tags.
This topic has been closed to new replies.