Reply To: More results page problems

#8929
Ernest Marcinko
Ernest Marcinko
Keymaster

Hi Mark,

I’ve found an older version of the theme you are using on my test servers and I took a quick look. I’m not sure if you are using the same version, but I have found the problem.

Open up the wp-content\themes\wp_oswad_market\framework\functions\pagination.php file, and look for this line (line 86 on my screen):

elseif(strpos($pageLink,'?') >= 0 && strpos($pageLink,'&') === false)

and change that to:

elseif(strpos($pageLink,'?') >= 0)

And that should solve the problem hopefully.

Best,
Ernest Marcinko

If you like my products, don't forget to rate them on codecanyon :)