# DonnaKnows WordPress Plugin

![Plugin Settings Form](https://blog.wplauncher.com/wp-content/uploads/2020/07/Screen-Shot-2020-07-05-at-2.41.54-PM.png)

This is a simple WordPress plugin that creates a settings page. The settings page allows WordPress admin users to add their settings for a plugin. 

You can use this skeleton to add a settings page to your plugin. This plugin does the following:
- Adds an admin menu item to the left sidebar in the WordPress admin dashboard along with a submenu item including your settings page
- Creates a settings page that includes a form
- Saves that form to the database
- Makes sure the settings form fields are pre-populated if it has already been filled out

Check out our [blog post](https://blog.wplauncher.com/create-wordpress-plugin-settings-page/) to get step by step instructions on [how to add a settings page to your WordPress plugin](https://blog.wplauncher.com/create-wordpress-plugin-settings-page/). The Settings Page plugin is using the [WordPress Plugin Boilerplate framework](https://github.com/DevinVinson/WordPress-Plugin-Boilerplate) and we used [WWPB.me](https://wppb.me/) to generate a version with the settings-page namespaces.

## Install the Settings Page Plugin on Your WordPress Site to See What you Get
1. Click on the green clone or download button on this page and click Download Zip
2. Login to your WordPress site at www.your-wordpress-site.com/wp-login.php
3. Hover over Plugins in the left sidebar
4. Click on Add New
5. Click on Upload and Upload the zip file that you just downloaded
6. Activate the plugin

After installation, you should see the Settings Page in the left sidebar and when you click on the Settings page, you should see a form that saves to the database and is prefilled when the page is reloaded. 

