Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

category link in h1 tag in title

edited May 2009 in Vanilla 1.0 Help
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?

Comments

  • Options
    You can disable categories in the settings panel. Otherwise, from a usability standpoint it would be a bad idea to remove this link.

    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.
Sign In or Register to comment.