Skip to content

Instantly share code, notes, and snippets.

@yasircs4
Last active July 22, 2016 23:13
Show Gist options
  • Save yasircs4/e3f7ab3f8524709c18d3b5c736ec44b5 to your computer and use it in GitHub Desktop.
Save yasircs4/e3f7ab3f8524709c18d3b5c736ec44b5 to your computer and use it in GitHub Desktop.
Wordpress HTML5 time tag
<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