• 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?

Viewing 1 replies (of 1 total)
  • 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.

Viewing 1 replies (of 1 total)
  • The topic ‘How do you not show date of post?’ is closed to new replies.