Last active
July 22, 2016 23:13
-
-
Save yasircs4/e3f7ab3f8524709c18d3b5c736ec44b5 to your computer and use it in GitHub Desktop.
Wordpress HTML5 time tag
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_date('Y-m-d');?>"><?php the_time('F j, Y');?></time> | |
| // Output | |
| <time datetime="2012-06-10">June 10, 2012</time> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment