This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

afterRead

Description

What do you show the reader after they have read your content? Do you show them an empty comment box? A small unrelated block of automated text?
Instead use afterRead to present an active post footer driving visitors back into the site, don’t waste a prime opportunity. Presently afterRead’s options are focused on driving visitors back into other related articles, but afterRead is capable of much more so expect to see new innovative Suggestions.

Features:

  • Add Previous and Next post links to the bottom of posts. These links can potentially be to any post, to only posts in the same category, or even only to posts with a matching tag. By default there are three styles to choose from, these styles integrate well with most themes.

  • Suggestions can be anything from a donate button to a subscribe button to anything you can imagine.

  • afterRead is modular and made of two primary parts, the afterRead core, and afterRead suggestions.This allows for updates that do not revert changes and for easy custom extension of functionality.

  • You can easily add new suggestions by simply pasting code into a text box in the afterRead settings page

Screenshots

  • Dynamic style 1 in a number of different styles displaying the Suggestion's versatility
  • The backend as of 0.7.1.

Installation

  1. Upload afterread' folder to the/wp-content/plugins/` directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Navigate to the afterRead settings page found under the “Settings” menu
  4. Select a different suggestion or use the default

FAQ

What is a Suggestion?

A Suggestion is anything you want to encourage the reader to do once they have finished reading, commonly a link to other posts. A Suggestion file is a php file which afterRead core uses to generate a Suggestion.

Do I need PHP or HTML knowledge to use afterRead?

No, I have attempted to make afterRead extremely usable for anyone with limited knowledge or no knowledge of HTML and PHP. If there is a feature you’re confused about just tell me so that I can improve the documentation.

I have an idea for a new Suggestion

Perfect, the more Suggestions the better. If you get me an image of what you would like it to look like then I can see about coding it, I can’t promise I will be able to add it but I will certainly consider it.

When using tag based Suggestions the links seem random

This is quite confusing to see, but it’s actually logical. To illustrate this say we have a post, this post was made on the 20th and has a ‘cooking’ tag. Say there is then another post made on the 18th that had the ‘cooking’ tag and a ‘book’ tag, this will cause the 20th’s post to link to the 18th’s, now pretend that there was a post made on the 19th that only had the book tag, this will cause the 18th’s post to link to the 19th’s post and not the post made on the 20th.

When using category based Suggestions the links seem random

The same thing can happen for categories as happens with tags in the above question, it is less common because it is rather rare to add a post in two categories.

The Add Suggestion field in the settings page does not work

This can happen if the unix write permmisons do not allow the script to create new files. To fix it you have to change the write permisions and reactivate afterRead.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“afterRead” is open source software. The following people have contributed to this plugin.

Contributors

Translate “afterRead” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

0.8.3

  • Fixed bug in add new suggestion field’s post destination
  • Changed styles one and two to run inline when enough room is present, prior the left and right would always be vertically offset.

0.7.2

  • Changed text encoding to ANSI from unicode which appears to have been causing curupted installs

0.7.1

  • Initial public release.

0.6.2

  • Added support for sorting by tags

0.5.1

  • Added two extra stylings

0.4.1

  • Added sorting by category and all

0.3.1

  • Fixed security with setting page’s Add Suggestion field

0.3

  • Added Add Suggestion field to settings page, now no FTP work is needed to add new suggestions

0.2

  • Improved settings page

0.1

  • Initial afterRead core
  • Initial afterRead settings page