Home › Forums › Back End › [WordPress] Multiple loops & pagination (Sticky posts not on absolute top) › Re: [WordPress] Multiple loops & pagination (Sticky posts not on absolute top)
July 29, 2012 at 8:50 am
#106964
Member
Just do a $tempPagnation = get_query_var(‘paged’); At the top of the code and then add it to all your post querys.
‘);
And do whaterv math you want with that variable;)
/R