/ Published in: HTML
Hello,
Here is snippet to show wordpress posted date using html5 time tag.
Here is snippet to show wordpress posted date using html5 time tag.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<time datetime="<?php the_time('c'); ?>" pubdate> <?php the_time('F jS, Y'); ?> </time>
URL: http://idragons.co/