Forums

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

Home Forums Back End problem with nav on wp theme Re: problem with nav on wp theme

#69293
clokey2k
Participant

query_post(); – will reset the query from the page URL.

You ask for page 2 in the URL, and query_post() ignores it!

Watch this: https://css-tricks.com/video-screencasts/91-the-wordpress-loop/

Chris shows you how to use an offset later in the video, or how to preserve the original query. Either one will help you.