There is some node that I don't want to show its title on the frontpage. Is this possible?!
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.
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)
Comments
_
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.
Create node/page without a title
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)