I am reading the sections on the loop at the codex and it works fine, it's just that it displays only 1 post. What could be the cause of this problem?
Here is the code snippet - pastebin
I am reading the sections on the loop at the codex and it works fine, it's just that it displays only 1 post. What could be the cause of this problem?
Here is the code snippet - pastebin
1) Do you have a query_posts statement above the code you pasted in the pastebin that limits the # of posts displayed?
2) Check your theme's settings - under Dashboard / Settings / Reading to make sure the # of posts per page is not set to one
3) If those are OK, make sure there is more than one post available to display with the query you are running.
This topic has been closed to new replies.