Title: creating a skeleton plugin framework.
Last modified: August 21, 2016

---

# creating a skeleton plugin framework.

 *  [xymalf](https://wordpress.org/support/users/xymalf/)
 * (@xymalf)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/creating-a-skeleton-plugin-framework/)
 * I would like to create an menu for a plugin I am developing. So far I have followed
   examples in books but have got nothing to work. I just want a simple tag on the
   wordpress dashboard with Settings and Application below it – can anybody point
   me in the right direction.

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

 *  [Ramesh (thecodeisclear)](https://wordpress.org/support/users/thecodeisclear/)
 * (@thecodeisclear)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/creating-a-skeleton-plugin-framework/#post-5011636)
 * Hi,
 * I think you can start by looking at any other plugin that has an entry in the
   admin dashboard. I looked into Contact Form 7 (File: `admin/admin.php`) and it
   might just do what you wanted.
 * Regards,
    Ramesh
 *  [rupesh gharat](https://wordpress.org/support/users/rupeshghar/)
 * (@rupeshghar)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/creating-a-skeleton-plugin-framework/#post-5011762)
 * Hello ,
 * add_menu_page function will help you to get your plugin name to wp admin menu
   **
   [http://codex.wordpress.org/Function_Reference/add_menu_page](http://codex.wordpress.org/Function_Reference/add_menu_page)**
   go through above link

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

The topic ‘creating a skeleton plugin framework.’ is closed to new replies.

 * In: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
 * 2 replies
 * 3 participants
 * Last reply from: [rupesh gharat](https://wordpress.org/support/users/rupeshghar/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/creating-a-skeleton-plugin-framework/#post-5011762)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
