get_query_var(‘paged’) returns nothing
-
whatever i try the
$page = (get_query_var('paged')) ? get_query_var('paged') : 1;
always returns a blank string thus 1.
See the sidebar on https://edward.de.leau.net, i put an
echo 'x' . $page;
and it always is 1
im trying to add the correct pagination for my side-feed
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘get_query_var(‘paged’) returns nothing’ is closed to new replies.