Skip to content

A simple example of a WordPress Plug-in that works with a separate database table

License

Notifications You must be signed in to change notification settings

innerteapot/innerteapot-log

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A simple example of a WordPress Plug-in that works with a separate database table

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages