
If I make two posts on the same day, the older post doesn’t show a date whilst the new post does. Is there any way I can make the date show up on both posts?

If I make two posts on the same day, the older post doesn’t show a date whilst the new post does. Is there any way I can make the date show up on both posts?

I’m the Administrator on my WordPress site but my name doesn’t show up as an Author option when posting Occasionally, WordPress hiccups and loses the Administrator’s name in the Author dropdown. The fix is simple — if a little long winded.

WordPress uses the_date() and the_time() template tags to display the posting dates and times. The letters within the brackets (such ‘F j, Y’) are used to define exactly what format is used to display these timestamps. Some of the most common codes are shown below:

I’ve just downloaded a new theme and want to apply it to my WordPress blog. What do I have to do? If you’ve downloaded the theme to your own computer: Unpack the theme on your local machine. Upload the complete theme folder to wp-content/themes on your server using FTP (or whatever file manager is available…

How do I add a graphic to the top banner in the default WordPress theme? If you amend the Default theme, the next time you upgrade WordPress, your changes will be overwritten. To avoid this happening, create a new customised theme and carry out all of your changes on this copy.