2.5 permalink, new post past date
-
I am using WP 2.5.1. I Created a post with date October 15, 2005. When I publish it, the post shows today’s date; May 6, 2008 also the permalink shows
https://myblog/2008/05/06/my-post-title/
I was expecting the permalink to be
https://myblog/2005/10/15/my-post-title/
The datestamp function in my Single.php is
the_time('F jS, Y')
I also triedthe_date('F jS, Y','','')
both print May 6, 2008. Does anyone know how to make post show an earlier date, also make the permalink to reflect o the earlier date?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘2.5 permalink, new post past date’ is closed to new replies.