By Melcore on
I was wondering if it is possible to make it optional for a site admin to display the title of page content. Sometimes maybe they don't want a title of there content to show on the pages where they are posted. I have looked into Autonode, but it does not perform the actions that I need. To clear it up, I just want the option to be able to show a title or not when entering new content or editing it.
Comments
_
You could probably do this by adding a cck field to node (checkbox or select list yes/no) and then add some code to the node.tpl.php or template.php file to check that value of that field before printing/setting the $title.
I was wondering if some could
I was wondering if some could possible explain in some sort of detail how to do that
_
The easiest way would probably be:
Thank You
Thank You