Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

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)

#106964
zardos
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