• I need to know where and how I change the published x amount of ours ago to the date, when I make a post.
    Please help,
    Thank you

Viewing 1 replies (of 1 total)
  • You need to modify the function sixteen_posted_on() in the file template-tags.php.

    You could probably write something like

    $time_string = the_time(‘l, F jS, Y’);

    just before

    printf( __( ‘<span class=”posted-on”>Published %1$s</span><span class=”byline”> by %2$s</span>’, ‘sixteen’ ),

    For more information about date formats: http://codex.wordpress.org/Formatting_Date_and_Time

Viewing 1 replies (of 1 total)

The topic ‘setting the date on posts’ is closed to new replies.