Skip to content

Commit

Permalink
Markdown...
Browse files Browse the repository at this point in the history
  • Loading branch information
Shelob9 committed Mar 13, 2014
1 parent 457848a commit 296e7eb
Showing 1 changed file with 17 additions and 13 deletions.
30 changes: 17 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,31 +8,35 @@ Requires Pods 2.3.18 or later. (Please keep this notice in your plugin and set t
Instructions
============

1. Naming
You will need to change the name of the plugin in a few simple steps:
* Naming

Rename the base plugin folder name and primary PHP file named 'pods-extend.php' to your plugin's name. Make sure the folder name matches the name of the PHP file (without .php on the end).
You will need to change the name of the plugin in a few simple steps:

Search for 'pods-extend' and replace with your desired plugin name in all lowercase with dashes between words (if desired).
* Rename the base plugin folder name and primary PHP file named 'pods-extend.php' to your plugin's name. Make sure the folder name matches the name of the PHP file (without .php on the end).

Search for 'Pods Starter Plugin' and replace with your plugin's proper name.
* Search for 'pods-extend' and replace with your desired plugin name in all lowercase with dashes between words (if desired).

Search for 'Pods_Extend' and replace with your plugin's proper name with underscores instead of spaces between words.
* Search for 'Pods Starter Plugin' and replace with your plugin's proper name.

Be sure to set the plugin header meta data. See [https://codex.wordpress.org/Writing_a_Plugin#Names.2C_Files.2C_and_Locations](https://codex.wordpress.org/Writing_a_Plugin#Names.2C_Files.2C_and_Locations).
* Search for 'Pods_Extend' and replace with your plugin's proper name with underscores instead of spaces between words.

2. Usage
* Be sure to set the plugin header meta data. See [https://codex.wordpress.org/Writing_a_Plugin#Names.2C_Files.2C_and_Locations](https://codex.wordpress.org/Writing_a_Plugin#Names.2C_Files.2C_and_Locations).

* Usage

<em>Tutorials, like winter are coming.</em>
* Adding options to Pods Admin:

Check out the example filters in __construct(). Be sure to note the complete example that has example callbacks.
* Adding options to Pods Admin:

Check out the example filters in __construct(). Be sure to note the complete example that has example callbacks.

* Adding a new Pods field:

* Adding a new Pods field:
See the example class. Don't forget to include the file and initialize the class.
See the example class. Don't forget to include the file and initialize the class.



Notes and License
==================

This plugin is based on [Base WP Plugin](https://github.com/tareq1988/Base-WP-Plugin) and like Pods and WordPress is licensed under the terms of the GNU General Public License (GPL) version 2.
This plugin is based on [Base WP Plugin](https://github.com/tareq1988/Base-WP-Plugin) and like Pods and WordPress is licensed under the terms of the GNU General Public License (GPL) version 2.

0 comments on commit 296e7eb

Please sign in to comment.