• How do I remove “Published [Month/Day/Year TIME]” from pages? Where it says the date is was entered? Also, is there a fix yet for uploading files into media library?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter talkofthegrid

    (@talkofthegrid)

    I tried leaving all forms blank, that just set it to December 31, 1969.

    Thread Starter talkofthegrid

    (@talkofthegrid)

    Anyone know?

    If you go to the index.php for for your theme
    wp-content/themes/<yourtheme>/index.php

    somewhere in the loop you will see a line that looks something like this:
    <p>Published [<?php the_time("M/d/Y, g:i a"); ?>]</p>

    Remove that line and it should go away. The format characters passed to function the_time may look different if your date and time are formatted a different way.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How do I remove “Published [Month/Day/Year TIME]” from pages?’ is closed to new replies.