Hi,
I have a permalink structure like this:
http://domain.com/yyyy/mm/dd/name-of-the-post/
Is it possible to not change the date in the permalink url when update a post?
I.e.
On 05/15/2008 I write a post called "Test", the permalink will be:
http://domain.com/2008/05/15/test/
On 05/19/2008 I update the post and the publish date, the permalink then changes to:
http://domain.com/2008/05/19/test/
I really need to not change the permalink but I also need to have the date in the permalink structure.
Anyone can help me?