• Hi,

    After the update I can see the following on the ‘Edit’ screen for posts:

    SEO Title SEO Keywords SEO Description

    How can i remove/hide them from this screen as it’s not important that i see them here and it’s messing with the view.

Viewing 16 replies (of 16 total)
  • Download WP Global Screen Options plugin

    Find this code in wp-global-screen-options/wp_global_screen_options.php:

    $wpglobalscreenoptions_post = array('categorydiv' => 'Categories', 'tagsdiv-post_tag' => 'Tags', 'postexcerpt' => 'Excerpt', 'trackbacksdiv' => 'Trackbacks', 'postcustom' => 'Custom Fields', 'commentstatusdiv' => 'Discussion', 'slugdiv' => 'Slug', 'authordiv' => 'Author');

    Replace it with:
    $wpglobalscreenoptions_post = array('aiosp' => 'All in One Seo Pack', 'categorydiv' => 'Categories', 'tagsdiv-post_tag' => 'Tags', 'postexcerpt' => 'Excerpt', 'trackbacksdiv' => 'Trackbacks', 'postcustom' => 'Custom Fields', 'commentstatusdiv' => 'Discussion', 'slugdiv' => 'Slug', 'authordiv' => 'Author');

    All i did was add:
    'aiosp' => 'All in One Seo Pack',

    Now go to the WP Global Screen Options Page and check the All in one seo checkbox.

Viewing 16 replies (of 16 total)
  • The topic ‘[Plugin: All in One SEO Pack] Remove Title, Keywords, Description from Admin Edit Screen’ is closed to new replies.