Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

How to add a link back to the front page

Ideally, I'd like for my logo at the top of the page to link back to the front page, but I don't know how to do that. The best solution I found was a plugin called 'addmenuitem', but it puts the 'Home' page link in the middle of the menu, which is less than ideal.

Does anyone know how I can provide a front page link?

Thanks,

-N

Answers

  • NginUSNginUS New
    edited September 2015

    Found in the forums how to do it. In short:

    In my theme folder (/public_html/themes/Glass/views), I edited 'default.master.php' & changed the line:

    <h1><a><span><?php echo Gdn_Theme::Logo(); ?></span></a></h1>

    to

    <a class="Title" href="https://nocturnalfeast.com"><span><?php echo Gdn_Theme::Logo(); ?></span></a>
    
  • Jem360Jem360 Oxford New

    I was looking for this! Thanks bro!

Sign In or Register to comment.