WP Manifestindependent plugin directory
manifest / developer / ive-read-this

I've Read This archived

[Retired-WordPress-Envato] A simple plugin used to demonstrate how to use Ajax on the frontend of WordPress

by Tom McFarlin · github.com/tommcfarlin/ive-read-this · website

10stars
5forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/tommcfarlin/ive-read-this/archive/refs/heads/master.zip

An example plugin developed to demonstrate how to include Ajax operations in the frontend of WordPress.

For users who are logged in, the plugin will display a checkbox at the bottom of each post that will allow them to mark a post as read. If the post has been marked as read, the user will simply see a label noting such.

Installation

FTP

  1. Extract the plugin to a directory on your computer (it should be called ive-read-this)
  2. Upload to your wp-content/plugins directory

WordPress Dashboard

  1. Navigate to the 'Plugins' menu
  2. Click on 'Add New'
  3. Click on 'Upload'
  4. Locate the plugin's zip file on your computer
  5. Upload and install

Changelog

1.0 (September 17th, 2012)

  • Initial release.