I would like to remove the auto blog title that appears at the top of a user's blog:

e.g. "Tony's Blog"

Is there a straigtforward way to do this?

Comments

chrispeat’s picture

Change the TPL file for Blogs. THis is part of your theme, and if you do not already have a TPL file for your blog posts / pages you could create one and control the output from Drupal to exactly how you want it to be. That would be standard Drupal practice I think, alternatively you could see if there are any unique handlers in the code to CSS it away?

tasetta’s picture

I created a copy of page.tpl.php and named it page-blog.tpl.php and deleted the stuff that calls for the page title. However the blog title still shows on the page.

I'm wondering how the blog page knows to go to page-blog.tpl.php instead of the other?