Title: [Plugin: Options Framework] Top Level Menu
Last modified: August 20, 2016

---

# [Plugin: Options Framework] Top Level Menu

 *  [Dinesh Kesharwani](https://wordpress.org/support/users/cyberwani/)
 * (@cyberwani)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-options-framework-top-level-menu/)
 * It is possible we can add top level menu using Options Framework instead of sub-
   menu under “Appearance”. And, can we rename the menu name from “Theme Options”
   to any other.
 * [http://wordpress.org/extend/plugins/options-framework/](http://wordpress.org/extend/plugins/options-framework/)

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Author [Devin Price](https://wordpress.org/support/users/downstairsdev/)
 * (@downstairsdev)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-options-framework-top-level-menu/#post-2694513)
 * Why would you put theme options under a different submenu?
 * If you’re looking to do a lot of customization on it, go for the theme version:
   
   [http://wptheming.com/options-framework-theme/](http://wptheming.com/options-framework-theme/)
 *  [asocalguy](https://wordpress.org/support/users/asocalguy/)
 * (@asocalguy)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/plugin-options-framework-top-level-menu/#post-2694578)
 * I’ve often wondered the same thing for two reasons:
 * 1) The theme options page has applications other than just Theme Options. For
   example, if I wanted to use it as a place for the admin to enter, say, default
   blurbs of content for the front page. Granted that may not be what you intended
   the plugin for but I suspect it’s pretty commonly used for such things. These
   things aren’t really options related to the theme (although they kind of are).
   I would go so far as to say it would be nice to be able to have multiple options
   pages so some items can remain under Appearance and other items can appear elsewhere.
 * 2) I’ve done a few installations for clients where the backend was locked down
   pretty tightly and the users needed a very simple interface. In those situations,
   I had to hack the Options Framework plugin so it would display at the root of
   the menu and have a name like “My Settings”. Of course, I’m not longer able to
   do automatic updates without reimplementing my changes and I’d really like to
   be able to do auto updates.
 * Thanks for a great plugin!
 *  [melster777](https://wordpress.org/support/users/melster777/)
 * (@melster777)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/plugin-options-framework-top-level-menu/#post-2694579)
 * Hi this plugin is great.
 * I would like to ask about changing the position. I change the position by using
   this code.
 * -> $of_page = add_menu_page(__(‘Theme Options’, ‘options_framework_theme’), __(‘
   Theme Option’, ‘options_framework_theme’), ‘edit_theme_options’, ‘options-framework’,’
   optionsframework_page’);
 * it works actually. but after that the tab are not working properly how can i 
   fix this? thanks in advance
 *  [Kharis Sulistiyono](https://wordpress.org/support/users/kharisblank/)
 * (@kharisblank)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/plugin-options-framework-top-level-menu/#post-2694580)
 * Hi melster777,
 * The tab not working properly because you don’t change the hook of scripts enqueue
   method yet after the change you made, so the scripts cannot be loaded.
 * To load scripts properly, open options-framework.php then go to `function optionsframework_load_scripts(
   $hook) {` (You can use CTR+F) Here is the function to enqueue scripts function.
 * Chanhe `toplevel_page_options-framework` into `toplevel_page_options-framework`

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘[Plugin: Options Framework] Top Level Menu’ is closed to new replies.

 * ![](https://ps.w.org/options-framework/assets/icon-256x256.png?rev=977481)
 * [Options Framework](https://wordpress.org/plugins/options-framework/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/options-framework/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/options-framework/)
 * [Active Topics](https://wordpress.org/support/plugin/options-framework/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/options-framework/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/options-framework/reviews/)

 * 4 replies
 * 5 participants
 * Last reply from: [Kharis Sulistiyono](https://wordpress.org/support/users/kharisblank/)
 * Last activity: [13 years, 3 months ago](https://wordpress.org/support/topic/plugin-options-framework-top-level-menu/#post-2694580)
 * Status: not resolved