Viewing 3 replies - 1 through 3 (of 3 total)
  • Patrick,
    You will need to add a filter in order to remove the Query String Data.
    Add the following to your functions.php file (or child theme functions.php file) after the opening <?php tag, but before the closing ?> tag:

    add_filter( 'qppr_filter_quickredirect_append_QS_data', create_function('$a', "return '';"));

    This will turn off the Query String append.

    Warm regards,
    Don

    Thread Starter trilogic

    (@trilogic)

    Thank you for this.
    works great now.

    Not a problem. Glad we could help you out!

    Warmest regards,
    Don

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Redirect without Query String’ is closed to new replies.