Created
October 4, 2016 00:12
-
-
Save richyrb00/5ba498e8d0fd09b11d4d320d115929ac to your computer and use it in GitHub Desktop.
Displays time and date in Wordpress post loop
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
<p>Posted: <?php the_date(‘F j, Y’); ?> at <?php the_time(‘g:i a’); ?></p> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment