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?
Go to
/wp-admin/options-permalink.phpSelect Custom Structure and insert this rule.
/%category%/%postname%-%post_id%/And save changes. After this use this
}