By Pushkar Gaikwad on
I have created a page using views and its title shown is Title | sitename and I want to remove sitename in it, how to do it ? since editing page.tpl.php file will affect all pages which I don't want
I have created a page using views and its title shown is Title | sitename and I want to remove sitename in it, how to do it ? since editing page.tpl.php file will affect all pages which I don't want
Comments
You could add in a PHP if
You could add in a PHP if statement to you page.tpl to check and see if it is the view. If so, then don't display the title, if not display the title.
- Shane