Show sticky posts above other posts in query_posts
-
I’m a bit stuck! I’m trying to show sticky posts before a load of other posts on my homepage. I’ve been using this code:
$sticky = get_option( ‘sticky_posts’ );
query_posts(‘$sticky&cat=5&posts_per_page=5&orderby=rand&order=DESC’);But it doesn’t work!
Any ideas or help would be greatly appreciated.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Show sticky posts above other posts in query_posts’ is closed to new replies.