Quantcast
Channel: WordPress.org Forums » All Posts
Viewing all articles
Browse latest Browse all 119508

korvalds on "[Plugin: Members List Plugin] Pagination problem"

$
0
0

Go to the file: class/members.php

line 321: in the get_query($p) function

change to
return $this->url.'&page='.$p.'&query='.$_GET['query'].'&by='.$_GET['by'].'&type='.$_GET['type'].'&sort='.$this->sort.'&order='.$this->order.'&byradius='.$_GET['byradius'].'&radius='.$_GET['radius'];

added an '&' to before page=


Viewing all articles
Browse latest Browse all 119508

Trending Articles