• Resolved luisthegeek

    (@luisthegeek)


    Is there a way to have the time a post was published show in the post meta data next to the byline and date?

Viewing 1 replies (of 1 total)
  • Thread Starter luisthegeek

    (@luisthegeek)

    nvm… I got it working. For anyone else interested, here is what i did…

    Copied ‘Single.php’ to my child theme folder.

    opened ‘single.php’ in text editor and went to line 34.

    replaced the following:

    <?php echo date_i18n( get_option( 'date_format' ), strtotime(get_the_date('F j, Y')));?>

    with this:

    Posted: <?php the_time(get_option('date_format')); ?> <?php the_time(get_option('time_format')); ?>

Viewing 1 replies (of 1 total)
  • The topic ‘Post time meta’ is closed to new replies.