I have query_posts() with page_type set as ‘page’. Is there any way I can make certain pages appear higher and thus, make them sticky?

2 Answers
2

It doesn’t appear that there is any obvious way to enable “sticky post” support for Pages, e.g. via add_post_type_support().

However, Pages support both hierarchy and menu order. I would recommend using menu order to output Pages in your preferred order.

Leave a Reply

Your email address will not be published. Required fields are marked *