Urban Giraffe Support | Advanced Permalinks
301s
Hi,
i want to migrate a Pebble blog with the following permalink structure /yyyy/mm/dd/each_word_in_the_title.html. Then once I have 301s for this I'd like to continue with /%year%/%monthnum%/%day%/%postname%/ or /%post_id%/%postname%/
How can I do this?
Thanks
Responses
Posted 8 months ago by Key Master
If your post titles match exactly then you can use Redirection. You will need to create a redirection that looks like:
Source: /(\d*)/(\d*)/(\d*)/(.*?).html
Target: /$1/$2/$3/$4/
Regex: Enabled
Reply
You must log in to post.