Title: Plugin Admin Page
Last modified: August 20, 2016

---

# Plugin Admin Page

 *  [Scott Werner](https://wordpress.org/support/users/scottwerner/)
 * (@scottwerner)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/plugin-admin-page-1/)
 * Hello,
 * I’m trying to write a simple plugin and what I need to know, which I can’t seem
   to find anywhere would be how to do this:
 * The plugin needs to have page id numbers entered it. Rather than do it in the
   plugin file, I would like it to be done through a plugin admin page.
 * I can’t figure out how to make it so I could have a text input field and what
   is entered there is pulled into where it needs to go in the php.
 * Anyone point me in the right direction?

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

 *  Moderator [cubecolour](https://wordpress.org/support/users/numeeja/)
 * (@numeeja)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/plugin-admin-page-1/#post-3292658)
 * you need to create an options page in your plugin.
 * see:
    [http://codex.wordpress.org/Writing_a_Plugin](http://codex.wordpress.org/Writing_a_Plugin)
   [http://codex.wordpress.org/Creating_Options_Pages](http://codex.wordpress.org/Creating_Options_Pages)
 *  Thread Starter [Scott Werner](https://wordpress.org/support/users/scottwerner/)
 * (@scottwerner)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/plugin-admin-page-1/#post-3292663)
 * Thank you.
 * Now I’m hung up again.
 * What I can’t get to do is have a basic text input, that inserts the entry into
   a function.
 * How do I make the options ‘talk’ to the function?
 *  [DevDm](https://wordpress.org/support/users/devdm/)
 * (@devdm)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/plugin-admin-page-1/#post-3292692)
 * You need to call them Scott.
 * They are saved as options in the options table.
 * You can use this function:
 * [http://codex.wordpress.org/Function_Reference/get_option](http://codex.wordpress.org/Function_Reference/get_option)

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

The topic ‘Plugin Admin Page’ is closed to new replies.

## Tags

 * [admin](https://wordpress.org/support/topic-tag/admin/)
 * [development](https://wordpress.org/support/topic-tag/development/)

 * 3 replies
 * 3 participants
 * Last reply from: [DevDm](https://wordpress.org/support/users/devdm/)
 * Last activity: [12 years, 5 months ago](https://wordpress.org/support/topic/plugin-admin-page-1/#post-3292692)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
