• Hi,
    I tried this plugin, then even after uninstalling it I still got 404 errors on custom post type posts.

    It was quite a problem to me, but I found the solution.
    The plugin left the following lines in my .htaccess file, so I had to remove them manually(!)

    # BEGIN REMOVE SLUG CUSTOM POST TYPE RULES
    RewriteRule ^operatori/(.+)/$ /$1 [R=301,L]
    RewriteRule ^/(.+)/$ /$1 [R=301,L]
    RewriteRule ^project/(.+)/$ /$1 [R=301,L]
    RewriteRule ^testimonial/(.+)/$ /$1 [R=301,L]
    # END REMOVE SLUG CUSTOM POST TYPE RULES

    I’m afraid this plugin is potentially dangerous, since it may leave unwanted code after uninstalling.

    Please upgrade asap
    Thank you

    http://wordpress.org/plugins/remove-slug-from-custom-post-type/

  • The topic ‘Potentially dangerous to me’ is closed to new replies.