Title: JeffreyvanHam's Replies | WordPress.org

---

# JeffreyvanHam

  [  ](https://wordpress.org/support/users/jeffreyvanham/)

 *   [Profile](https://wordpress.org/support/users/jeffreyvanham/)
 *   [Topics Started](https://wordpress.org/support/users/jeffreyvanham/topics/)
 *   [Replies Created](https://wordpress.org/support/users/jeffreyvanham/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/jeffreyvanham/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/jeffreyvanham/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/jeffreyvanham/engagements/)
 *   [Favorites](https://wordpress.org/support/users/jeffreyvanham/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[All in One SEO – Powerful SEO Plugin to Boost SEO Rankings & Increase Traffic] [Plugin: All in One SEO Pack] Remove Title, Keywords, Description from Admin Edit Screen](https://wordpress.org/support/topic/plugin-all-in-one-seo-pack-remove-title-keywords-description-from-admin-edit-screen/)
 *  [JeffreyvanHam](https://wordpress.org/support/users/jeffreyvanham/)
 * (@jeffreyvanham)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-all-in-one-seo-pack-remove-title-keywords-description-from-admin-edit-screen/page/2/#post-1721121)
 * Download [WP Global Screen Options plugin](http://wordpress.org/extend/plugins/wp-global-screen-options/)
 * 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 1 replies (of 1 total)