category link in h1 tag in title
I would like to get rid of the category link that appears before the post title on each page.
When somebody creates a post the <h1> tag displays
<h1><a>category name</a>: post title</h1>
I would prefer to get rid of the category name and link so it just displays the title.
Which file do I need to edit and what do I need to delete?
0
Comments
If you still insist on removing the link, go to
themes/comments.php
and comment out line 17 with starts like this:if ($this->Context->Configuration['USE_CATEGORIES']) [...]
Just add two slashes "//" to the beginning to comment it out.