Try adding the following before your query:$paged = (get_query_var('paged')) ? get_query_var('paged') : 1;I’ve only tried it with a
query_poststype query, so I’m not a 100% it will work with yours.
I tired it, it is not working.
Try adding the following before your query:$paged = (get_query_var('paged')) ? get_query_var('paged') : 1;I’ve only tried it with a
query_poststype query, so I’m not a 100% it will work with yours.
I tired it, it is not working.