Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 1.82 KB

README.md

File metadata and controls

50 lines (32 loc) · 1.82 KB

Inner Tea Pot Log

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.

Installation

Upload

  1. Download the source files (click on the "Download ZIP" button).
  2. Unzip the archive, rename the folder to innerteapot-log, then re-zip the file.
  3. Go to the Plugins -> Add New screen and click the Upload tab.
  4. Upload the zipped archive directly.
  5. Go to the Plugins screen and click Activate.

Manual

  1. Download the source files (click on the "Download ZIP" button).
  2. Unzip the archive, rename the folder to innerteapot-log.
  3. Copy the folder to your /wp-content/plugins/ directory.
  4. Go to the Plugins screen and click Activate.

Check out the Codex for more information about installing plugins manually.

Git

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.

Usage

Adding a Log Entry

  1. Log into your WordPress Dashboard.
  2. Click on Inner Tea Pot Log from the menu on the left hand side of the page.
  3. Type a note that you would like to log.
  4. Click Add.

Viewing Notes

Notes are automatically listed at the bottom of the main page.