Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author TC.K

    (@wp_dummy)

    This is the theme and the plugin compatible issue. I think you should set the the argurment to false:

    $links = paginate_links( array(
    	'add_args' => false,
    ) );

    Thread Starter Pete

    (@perthmetro)

    Obviously there is a compatibility issue, but if there is nothing wrong with this theme then is there a way you can fix the plugin to make it compatible?

    This theme is one of the most popular themes in the WP theme repository.

    Thread Starter Pete

    (@perthmetro)

    Your above code didn’t fix the problem.

    Plugin Author TC.K

    (@wp_dummy)

    I never use the theme, and I don’t know how they handler the pagination.
    As far as I can tell is you are using the default search template, and the plugin shouldn’t affect the search template.
    Do you have any customization on the search template?

    Thread Starter Pete

    (@perthmetro)

    I’m using a child theme. Of this theme, but both the child theme and the parent theme have the same issue. Other themes don’t have this issue. I’ll take it back to the theme developer.

    Thread Starter Pete

    (@perthmetro)

    The theme developer fixed the issue…

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘urlencode error message’ is closed to new replies.