Current page number in members loop
-
Anyone know how to get the page number currently being viewed in the BP members loop?
I can do this on WP post pages with:
$paged = ( get_query_var( 'paged' ) ) ? get_query_var( 'paged' ) : 1;
Just need to get the current page number in BP…?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Current page number in members loop’ is closed to new replies.