• Hi,

    I had 2 pages on my site for responsive web design, after deleting one of them, and emptying the trash, the page that I have left, has the url responsive-web-design-2 I have tried to edit the url to remove the 2 but it will not remove, i have tried everything but to no avail, anybody any suggestions?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Do it from myphpadmin ??

    Thread Starter karll10

    (@karll10)

    Im not exactly sure how i would do that, i only know basic stuff in myphpadmin, can you please advise?

    Hey karil10

    You have to remove slugs from database.

    Those ‘old’ slugs are kept in the postmeta table.

    You can use phpMyadmin you could delete them ALL with

    DELETE FROM wp_postmeta WHERE meta_key = ‘_wp_old_slug’;

    Or you can delete them individually in that table.

    Note : Make sure you take backup of your database.

    Thread Starter karll10

    (@karll10)

    ill give it a go, thanks for your help…

    Make sure you backup your website.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘URL title’ is closed to new replies.