Get all posts except the last one
-
Hey there.
I’m wondering if there is a way for me to get all the posts in one category – except the last one – using query_posts? The reason for this is that the last post has a different kind of format than the earlier ones (and the earlier ones will most likely change in numbers).
As it is right now I have chosen to seperate the two by giving the last post in the category a different category-name and then using a second loop to show that post, like this:
Page shows every post in category “Studier” (X amount of posts)
Page shows every post in category “SistaStudier” (1 post)Want it to work this way:
Page shows every post in category “Studier” except the last one (X-1)
Page shows the last post in the category “Studier”.It’s not a hassle, but a friend of mine is going to use the page and the easier I can make it for her to update the page, the beter.
The topic ‘Get all posts except the last one’ is closed to new replies.