Drupal How To: Remove Node Title

Delete or comment out the following code from node.tpl.php found at /drupal_install/themes/i.e._garland/node.tpl.php

<?php if ($page == 0): ?>
   <h2><a href="<?php print $node_url ?>" title="<?php print $title ?>">

   <?php print $title ?></a></h2>
<?php endif; ?>

No comments:

Post a Comment