Removing date from static pages
-
Hi there,
I have the City Night Life 1.0 theme installed on my site at http://lolopia.com/ but I can’t for the life of me find where to remove the date from the PAGE headings i.e. the static pages ABOUT and CONTACT. It looks weird with dates on them. I tried removing from page.php:
<div class=”post-date”>
<span><?php the_time(‘d’) ?></span>
<?php the_time(‘M’) ?>But this just screwed up the pages (the content was removed as well as the header). I’ve also tried a few plugins, all to no avail. Can anyone point me to the correct code? Thanks!
The topic ‘Removing date from static pages’ is closed to new replies.