Show only one sticky post at the top of a list of posts
-
On my homepage I have a list of posts, and at the top I want to show only the most recent “sticky” post, followed by the rest of the posts. Is there a way to achieve this?
* Bonus points for only using one
query_posts()
(I know how to do it using twoquery_posts()
, but I’m looking for a less taxing solution).
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Show only one sticky post at the top of a list of posts’ is closed to new replies.