I’d want to have a sticky posts. I’ve tried the wp-sticky and adhesive one but it doesn’t make what I’m looking for because they show the sticky post on the top of the loop.
I want to have an index.php page that look’s like this:
// STICKY
3- post (sticky)
5- post (sticky)
//
// THE OTHER POSTS (doesn’t show the post’s with the “sticky” custom field set to “true”
1- post
2- post
4- post
6- post
I want to use the custom fields and not the categories…