Closed (works as designed)
Project:
Wilderness
Version:
6.x-1.0-beta1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
24 May 2010 at 22:12 UTC
Updated:
1 Feb 2012 at 16:50 UTC
Does anyone know how to remove page titles from displaying on each node with this theme? I took a look through the style.css but couldn't find anything that seemed relevant. Thanks!
Comments
Comment #1
Deepika.chavan commentedHi,
Page title on each node is coming from following line of code, which is line no- 72 of page.tpl.php.
So either comment or remove this line of code from page.tpl.php, to remove the page title.
Before doing this please take back up of your page.tpl.php file so that you can revert it back whenever you want.
Rgrds,
Deepika Chavan.
Comment #2
technicalknockout commentedThe theme is designed to display the title, so marking "closed (works as designed)". Deleting the line of code above should delete the page titles as requested. If you want more control over when to display and when not you could add to the theme template.php file:
Then use your variable in the page.tpl.php