• Resolved wjadevries

    (@wjadevries)


    Is it possible to have the SEO panel on the bottom of a page or post in editmode hidden by default?
    It occupies a lot of vertical space and closing it isn’t remembered so now I have to hide it every time again when working on a post or page.

Viewing 1 replies (of 1 total)
  • Is it possible to have the SEO panel on the bottom of a page or post in editmode hidden by default?

    Just to clarify, you want it “collapsed” or completely removed?

    If you want to completely remove it, use this filter:

    
    //Remove The SEO Framework metabox
    add_filter( 'the_seo_framework_seobox_output', '__return_false' );
    

    If you don’t know how to add filters, have a look at this. You can also customize this filter if you want.

    Let me know if this is what you wanted. Please forgive us for a bit of a late reply, my colleague is moving homes, and it is slowing our support a bit at the moment.

    Cheers,
    Pierre

Viewing 1 replies (of 1 total)
  • The topic ‘SEO panel in a page or post default closed’ is closed to new replies.