Meta Box
Support Forum
Support › MB Custom Post Type › Adding "sticky" option to a post type?Resolved
Is it possible to add "sticky" option to a post type like Posts?
Hi,
The plugin Custom Post Type Sticky supports option Sticky for the custom post type like Post.
Or we can create a custom field with Meta Box like checkbox then query to show the sticky posts by meta value. Follow this documentation for more information https://developer.wordpress.org/reference/classes/wp_query/#custom-field-post-meta-parameters.
Thank you.