• Hi, i search a way to hide the screen options tab without loosing the 2 columns in the admin new and edit post.

    If i use a script like this

    // hide 'Screen Options' tab
    function remove_screen_options(){ return false;}
    add_filter('screen_options_show_screen', 'remove_screen_options');

    The screen option tab is hidded but also the right column and i loose my right meta box.

    Any body have succeed to hide the screen options tab without loosing the right column?

    Thanks for any help.

    Regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter sphero

    (@sphero)

    I search a way but didn’t find anything. When i hide the screen options tab it also hide the right column. If some one have a solution it will be very appreciated.

    Regards

    Thread Starter sphero

    (@sphero)

    No body have ever got this problem and find a solution??

    Thread Starter sphero

    (@sphero)

    For the moment the best way i found is to hack the css in the global.css file

    #screen-meta-links {
    display: none;
    }

    But if upgrade i will have to remember that.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hide screen options keep 2 columns’ is closed to new replies.