By AndrewE on
Forum folk, I hope all tickety-boo.
I'm trying to figure out a way of removing the title from my page node but it's proving to be quite a task. I heard talk of a feature request being or about to be submitted to implement this remove title option on all nodes in 4.6 but I cannot find anything concrete that has been done yet. (please point me in the right direction if something has already been done).
In the mean time is there any way to disable titles on all page nodes?
Thanks for the helping hand.
All the best
Francis.
Comments
Theming
There may be an easy fix depending on what you're using for themeing... are you using phptemplate theme engine? If so, what theme are you using?
Try customizing *.tpl.php files
The scheme is simple - for examle I use node-page.tpl.php, node-webform.tpl.php, node-news_page.tpl.php, node-flexinode-1, etc.
Open the *.tpl.php file in a PHP editor and remove/add what you need.
In your case you should remove at least
<?php print $title?>I think.