Hi,
Many wordpress users wants to display today’s date at the top of the page on their blog. For that just need to add this code either in header.php or in the file where he wants to be displayed:
<?php echo date(‘l jS F Y’); ?>
That’s it!
Thanks,
Shane G.
Popularity: 1%