• Resolved tokiso

    (@tokiso)


    Hello. When I do a search with this template the sign ‘+’ disappear on pagination on search pages when trying two or more keywords. For example, if I try ?s=used+cars, on pagination appear page2/?s=usedcars instead of page2/?s=used+cars and the link drives to the 404 error page.

Viewing 1 replies (of 1 total)
  • Thread Starter tokiso

    (@tokiso)

    I have replaced in functions.php theme file:

    $pagination['add_args'] = array( 's' => (get_query_var( 's' )) );

    by

    $pagination['add_args'] = array( 's' => urlencode(get_query_var( 's' )) );

    and it works fine.

Viewing 1 replies (of 1 total)
  • The topic ‘' ' disappear on pagination on search pages’ is closed to new replies.