Hi,
This is a really nice theme but I'm having one problem, I've disabled date postings on all nodes except blogs but find when I submit a node (story, page, etc.) the little calendar icon date always shows up. Is there a way to disable this?
Thanks.
Lsabug

Comments

lias’s picture

Figured it out:

Replace line 5 in node.tpl.php with this:

  <?php if ($submitted): ?><div class="post-date"><span class="post-month"><?php print (format_date($node->created, 'custom', 'M')) ?></span> <span class="post-day"><?php print (format_date($node->created, 'custom', 'd')) ?></span></div><?php endif; ?>