Created
August 14, 2013 17:50
-
-
Save rupert-ong/6233601 to your computer and use it in GitHub Desktop.
Wordpress: Post Time Snippet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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