Skip to content

Instantly share code, notes, and snippets.

@rupert-ong
Created August 14, 2013 17:50
Show Gist options
  • Save rupert-ong/6233601 to your computer and use it in GitHub Desktop.
Save rupert-ong/6233601 to your computer and use it in GitHub Desktop.
Wordpress: Post Time Snippet
<time datetime="<?php the_time('Y-m-d'); echo('T'); the_time('h:i:s'); ?>"><?php the_time('F j, Y') ?></time>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment