mdbewise
Member
Posted 1 month ago #
Im looking to change my url structure of my urls
from: %category%/%postname%.html
to: %year%/%monthnum%/%category%/%postname%.html
I dont really want th change any urls that have already been indexed by google. Is there any way of only changing future blog posts to the new structure and leaving all previous posts as they are?
Is there any way of only changing future blog posts to the new structure and leaving all previous posts as they are?
You'll need to use something like the permalinks migration plugin.
mdbewise
Member
Posted 1 month ago #
I have installed the "advanced-permalinks" plugin and it now works like a dream.
Changing the general premalinks to "%year%/%monthnum%/%category%/%postname%.html" and adding a rule for post_ID's 0-300 to keep the structure of "%category%/%postname%.html".