The content publishing date is always shown for all content types and it can not bi turned off

Comments

Damjan Dvorsek’s picture

Status: Active » Fixed

I worked it out, put in the node.tpl.php something like

<?php if ($submitted): ?>
    <span class="submitted"><?php print t('Posted ') . format_date($node->created, 'custom', "F jS, Y") . t(' by ') . theme('username', $node); ?></span> 
  <?php endif; ?>

and delite
<div class="date"><?php print $date?></div>

nimazuk’s picture

Assigned: Unassigned » nimazuk
Status: Fixed » Closed (fixed)

This will be fixed in new release.
Thanks.