Position right sidebar metabox right below the publish metabox?
Still if its something like client requirement then below is somewhat hack sort of solution. Add this code to your add_meta_box() function. For the sake of understanding, below I have provided complete function but you will need to use selective code 🙂 Do let me know how it goes. function myplugin_add_meta_box() { $screens = array( … Read more