- Requires PHP: 5.5.9
- Tested on: 4.4.2
- Stable tag: master
- License: GPLv2 or later
- License URI: http://www.gnu.org/licenses/gpl-2.0.html
The Inner Tea Pot blog is simple example of a WordPress Plugin that works with a separate database table. It allows the site administrator to type in a note for later reference. Think of it as the administrators log book. Content is not publically displayed or hidden from other Wordpress users.
- Download the source files (click on the "Download ZIP" button).
- Unzip the archive, rename the folder to
innerteapot-log
, then re-zip the file. - Go to the Plugins -> Add New screen and click the Upload tab.
- Upload the zipped archive directly.
- Go to the Plugins screen and click Activate.
- Download the source files (click on the "Download ZIP" button).
- Unzip the archive, rename the folder to
innerteapot-log
. - Copy the folder to your
/wp-content/plugins/
directory. - Go to the Plugins screen and click Activate.
Check out the Codex for more information about installing plugins manually.
Using git, browse to your /wp-content/plugins/
directory and clone this repository:
git clone https://github.com/innerteapot/innerteapot-log.git
Then go to your Plugins screen and click Activate.
- Log into your WordPress Dashboard.
- Click on Inner Tea Pot Log from the menu on the left hand side of the page.
- Type a note that you would like to log.
- Click Add.
Notes are automatically listed at the bottom of the main page.