How to make post sticky in the admin page?
“Admin Stickies” for custom post types: To support sticky custom posts in the backend, you can use the following code snippet in your functions.php file in the current theme directory or in your custom plugin: /** * Set admin stickies for the ‘foodmenu’ custom post type */ add_action( ‘init’, function() { if( function_exists( ‘wpse_cpt_stickies’ ) … Read more