I would like to change the permalink from /%category%/%postname%/
to /%category%/%postname%-%post_id%/
How to set up a redirect correctly?
Tried setting it up through the Redirection plugin, but I don’t know how to properly configure the rule.
Or maybe the function is easier to write?
2
Answers
I did this way
Go to
/wp-admin/options-permalink.php
Select Custom Structure and insert this rule.
/%category%/%postname%-%post_id%/
And save changes. After this use this
}