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.
Editing the forum title?
I seem to just have 'All Discussions' as the forum title - how can I add some custom text after that, on every page?
0
This discussion has been closed.
Comments
... is where you change the forum title.
I found the file where you can add a description and title of this application.
/applications/garden/modules/class.headmodule.php
Line ~203
$Head[] = '<title>MY title :: '.$this->Title().'</title>'; $Head[] = '<meta name="description" content="something....." />';
A description is not included in the code so I added it
I had tried Karawynn's suggestion before but that didn't seem to affect the start page title of the blog.
By the way I put the file in the theme folder (inside a 'modules' folder) but no joy until I changed it in the core file.
I reckon this kind of thing is important for SEO and so on, at least for the description and title. Anyway this is my quick ugly attempt:
*couldn't get the code to display, but involved cleaning up the title into description, stripping words and spaces for keywords meta tag*
You'll notice that all pages on this site have the page-specific title first, followed by a dash and then the banner title.
i'm not very happy with the title "all discussions"