Viewing 1 replies (of 1 total)
  • Hi jream,
    You will need to add a filter if you want to turn off the ‘append Query String’ feature of the plugin.

    Add the following to your theme functions.php file, either after the opening <?php tag or before the closing php ?> tag:

    add_filter('qppr_filter_quickredirect_append_QS_data', '_return_false');

    That should take off the Query String data.
    Let me know if you still have issues.

    Regards,
    Don

Viewing 1 replies (of 1 total)
  • The topic ‘Page IDs are still in the redirect URL’ is closed to new replies.