/ Published in: HTML
URL: http://idragons.co/
Hello, Here is snippet to show wordpress posted date using html5 time tag.
Expand |
Embed | Plain Text
<time datetime="<?php the_time('c'); ?>" pubdate> <?php the_time('F jS, Y'); ?> </time>
You need to login to post a comment.
