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 Display Popular Post In Wordpress Blog Hi, Sidebar is a very good element of the blog...
  4. How To Limit Display Of Archive Months In Wordpress Hi, Most of the wordpress themes are with standard code...
  5. Code to Display Categories In Two Columns In Wordpress Blog Hi, In order to display categories in two columns you...

Leave a Reply

You must be logged in to post a comment.