Oct
12

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%

Related posts:
  1. How To Display Last Modified Date On WordPress Post Hi, In many cases you may want to display updated...
  2. Customize Date Image Customize Date Image You can place your own image for...
  3. How to Format Date in WordPress blog? You can change the date format for your using following...
  4. How To Remove Time/Date Details From Posts In WordPress Blog? Hi, To remove the time/date stamp details from all posts...
  5. How To Display Popular Post In WordPress Blog Hi, Sidebar is a very good element of the blog...

Leave a Reply

You must be logged in to post a comment.