There is some node that I don't want to show its title on the frontpage. Is this possible?!

Comments

WorldFallz’s picture

If you only want to change the display of the title you can edit the node.tpl.php file and only print $title if $is_front is false. If you don't want to specify a title at all, see the http://drupal.org/project/auto_nodetitle module.

Drupalace-1’s picture

I've got an online post on hiding node titles in Drupal, to which helpful readers added many more techniques and tips:
http://www.drupalace.com/blog_entry_trick_bin_hiding_node_title_2007_07_03

(See also thread http://drupal.org/node/472760)