Title: [Plugin: WordPress Event Calendar] Solution: Adding plugin as a seperate menu item
Last modified: August 19, 2016

---

# [Plugin: WordPress Event Calendar] Solution: Adding plugin as a seperate menu item

 *  [edgarsso](https://wordpress.org/support/users/edgarsso/)
 * (@edgarsso)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/plugin-wordpress-event-calendar-solution-adding-plugin-as-a-seperate-menu-item/)
 * Hi, based on the documentation provided on WordPress I came up with the following
   code. I needed a way to take this plugin and show it at the top level in the 
   admin area so it is easy to manage.
 * Open the plugin directory and find the file calendar.php. Open it and add this
   code at the very end, just before `?>`.
 * I hope this helps!
 *     ```
       add_action('admin_menu', 'mt_add_pages');
       function mt_add_pages() {
        add_menu_page(__('Event Calendar','menu-test'), __('Event Calendar','menu-test'), '2', 'mt-top-level-handle', 'wec_manageEventsPage' );
       }
       ```
   
 * [http://wordpress.org/extend/plugins/wordpress-event-calendar/](http://wordpress.org/extend/plugins/wordpress-event-calendar/)

The topic ‘[Plugin: WordPress Event Calendar] Solution: Adding plugin as a seperate
menu item’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wordpress-event-calendar.svg)
 * [Wordpress Event Calendar](https://wordpress.org/plugins/wordpress-event-calendar/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wordpress-event-calendar/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wordpress-event-calendar/)
 * [Active Topics](https://wordpress.org/support/plugin/wordpress-event-calendar/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wordpress-event-calendar/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wordpress-event-calendar/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [edgarsso](https://wordpress.org/support/users/edgarsso/)
 * Last activity: [15 years, 11 months ago](https://wordpress.org/support/topic/plugin-wordpress-event-calendar-solution-adding-plugin-as-a-seperate-menu-item/)
 * Status: not a support question