I am trying to create a wordpress date code that will display at the top of a post, but I want to backdate it a few days. Traditional Code would look like:
Wordpress Date Code Help
3
I am trying to create a wordpress date code that will display at the top of a post, but I want to backdate it a few days. Traditional Code would look like:
This entry was posted on <?php the_time('F jS, Y') ?>
This entry was posted on August 19, 2010
----
But I want it to backdate say 3 days so it would display August 16, 2010 on August 19, 2010 and then auto update to August 17, 2010 when the date is actually August 20, 2010
Any help is appreciated.
This entry was posted on <?php the_time('F jS, Y') ?>
This entry was posted on August 19, 2010
----
But I want it to backdate say 3 days so it would display August 16, 2010 on August 19, 2010 and then auto update to August 17, 2010 when the date is actually August 20, 2010
Any help is appreciated.
- Bruce Hearder
- SteveJohnson
- [ 1 ] Thanks
Next Topics on Trending Feed
-
3