Forums
Forums / Your WordPress / Timestamp Feature not working
(@aragno)
20 years, 2 months ago
How do I get the date and time stamp to show up in my posts? I am very new to this but made a test post. You can see it at http://www.ashtrey.net
Any help would be appreciated.
(@devilmaycry)
This code controls the date:
<?php the_time(‘F j, Y’) ?>
And this code controls the time:
<?php the_time() ?>
Just place either of those (or both, whichever you prefer) where you like in your index.php to display the time that a post was created.
The topic ‘Timestamp Feature not working’ is closed to new replies.