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
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.