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
NginUS
New
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
0
Answers
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
I was looking for this! Thanks bro!