Problem with Query Post, pagination and Offset
-
Hello There
Here is my situation :
On my index page, i got :
– one simple loop to show the last post in a special style
– an other simple loop with different style for the before the last post
– a classical loop with again a different style for all the other posts. So i put a Query Post offset just before this classical loop to show all the posts– I have installed the plain wp_pagenavi
My problem is that when click on the pagination (page 2 for example), all the images are lost and i got only 2 different posts in the first and second simple loop. The classical loop do not change and the pagination stay on “1”.
After some search, the problem seems to be the Query post offset, i tried a lot of pagination plug and php functions but nothing works.
Maybe someone can help me here, to be honest, i am completely lost !This is my code :
help ! 🙂
The topic ‘Problem with Query Post, pagination and Offset’ is closed to new replies.