• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
Bent Corner

Bent Corner

a smell of wine and cheap perfume

  • Home
  • About Me
  • Contact Me
  • Log In/Log Out
Home > WordPress > Show the current date in WordPress without a plugin

Show the current date in WordPress without a plugin

Show the current date in WordPress without a plugin - Bent Corner

I wanted a way of displaying the current date in WordPress. Ideally, I wanted to use a shortcode that would display it.

After I checked out the built-in shortcodes native to WordPress, and verified there was not a shortcode for displaying the current date, I looked for a plugin that did it. I found quite a few plugins that generated a shortcode to display the current date. I then thought about adding yet another plugin to my website just to display the date.

I decided to create it myself without a plugin.

This is what I came up with:

I copied the above code and pasted at the end of the function.php file in my website’s theme folder. I then placed the following shortcode where I wanted the current date to be displayed:

[[display_current_date]]

The result was the following:

[display_current_date]

I formatted the PHP date() function with the following format parameters:

“l” – A full textual representation of the day of the week.
“j” – The day of the month without leading zeros.
“F” – A full textual representation of a month, such as January or March.
“Y” – A full numeric representation of a year with four digits.

If you would like to use this code, but want to change the way the current date gets displayed, you can see a full list of the format parameters by going here.

How To WordPress

About Rick Rottman

My name is Rick Rottman, and this is my personal website. I was born and raised in Southern California, but I've lived most of my adult life in Maryland.

Reader Interactions

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Primary Sidebar

  • Facebook
  • Instagram
  • Pinterest
  • Threads
  • Twitter

Subscribe

Get an e-mail notification when I publish a new post. Easy like Sunday morning.

Credit card chargebacks and Pokémon cards

Credit Card Chargebacks and Pokémon Cards

Donald Trump

Did Donald Trump break his promise not to start a new war?

Baltimore Orioles fire manager Brandon Hyde

The Baltimore Orioles owner gets his own bobblehead night

Los Angeles Dodgers planning White House visit

Los Angeles Dodgers planning White House visit

Deluxe 1:10 scale 'Star Wars' Luke and Leia statue

Deluxe 1:10 Scale ‘Star Wars’ Luke and Leia Statue

Pokémon collectors are proud to threaten people with violence

Pokémon collectors are proud to threaten people with violence

Why scalpers love Pokémon cards - Rick Rottman

Why ‘scalpers’ love Pokémon collectors

The JuJu Watkins 'white jersey' Funko Pop figure

The JuJu Watkins ‘white jersey’ Funko Pop figure

What will happen to your collection when you die? - Bent Corner

What Will Happen to Your Collection when You Die?

Currently Reading

Harlan Ellison Greatest Hits

Bent Corner © 2005–2026