pathtales
Member
Posted 2 months ago #
I would like to know how I can keep the time/date of the post from showing on all of the pages, including the home page. I see in some themes it is there and in some it is not. Is there a simple way to remove the time/date post from a theme that shows it?
pathtales,
Are you using a theme we can take a look at? If so let us know what it is so we can be more specific. Typically though, the date and time are shown using the following:
<?php the_time('l, F jS, Y') ?>
Your code may look a little different but you will want to remove this line wherever you do not want the date and time displayed.