Hi

I have modified the page tpl.php file so that the page title does not appear on the home page by adding this code - if ($title!='Home Page'): print '<h2'. ($tabs ? ' class="with-tabs"' : '') .'>'. $title .'</h2>'; endif; -

Can anyone tell me how to make it so that the page title does not appear on a series of pages?

Nick

Comments

apsivam’s picture

nevets’s picture

For the front page you can change the test to if ( !$is_front ) so you that if the home page title changes the code still works.