I want to use this permalink structure:
And the archive permalinks are constructed like this:
http://domain.tld/date/1999/12
Is there an easy way to replace "date" with some other word? (I want to use "archives").
Thanks for reading,
Demetris
I want to use this permalink structure:
And the archive permalinks are constructed like this:
http://domain.tld/date/1999/12
Is there an easy way to replace "date" with some other word? (I want to use "archives").
Thanks for reading,
Demetris
I want to do exactly the same. Any update on that?
I actually found a way to do it myself.
You need to modify the file /wp-includes/rewrite.php
Search for "date/" and replace it with "archive/".
It's not an optimal solution as you will need to replace the file every time you update WP, but at least it worked for me.
This topic has been closed to new replies.