I've looked all through the admin, as well as the blog module. I can't figure out where the title "Blogs" is coming from. I'd like to either change it or take it out altogether. Any hints? Or outright answers? Thanks!

Comments

girosole’s picture

I still can't find the answer to this question. Making changes in what seems to be the most obvious place, in the blog.module file within the function blog_menu(), does nothing. Nothing else does anything either...

Please help.

Thank you!

medenfield’s picture

Rather than changing core functions, better to override using the template system.

Create a template file called page-blog.tpl.php. You can copy the contents from page.tpl.php in your active theme folder to this new file. Upload it to the theme folder.

Now, remove the line of code within this file that says anything along the lines of print $title

girosole’s picture

Thanks very much. That works great - and points to the power of the template system which I haven't really started understanding.

It would still be nice to know where that $title variable is being assigned, at least which table it's in... :-)