• Hi there.. I’ve got a website with a lot of page already online and I need to change the name of a specific page’s permalink. I really need to maintain the permalink’s settings to ‘default’ and change just this specific page on ‘post name’.. is it possible?

Viewing 1 replies (of 1 total)
  • If you’re changing the permalink for one post, via the “edit permalink” you can use https://wordpress.org/plugins/rewrite/ to redirect the old permalink to the new one.

    if you’re after a super custom URL for one post that you’re unable to get via the “edit permalink” option, you can use .htaccess rewrites like so

    RewriteEngine On
    RewriteRule ^new_custom/permalink_name/ /?p=22 [L]
Viewing 1 replies (of 1 total)
  • The topic ‘Change permalink of a specific page’ is closed to new replies.