Contributors: krogsgard, mordauk
Donate Link: http://krogsgard.com/donate/
Tags: series, really simple series, post series, simple post series
Tested up to: 3.4.1
Requires at least: 3.4
Stable Tag: 0.2
License: GPLv2 or later
Really Simple Series allows you to turn normal blog categories into their own post series.
Other series plugins create a custom taxonomy where each series is a term. Most people probably don't need a new taxonomy. Really Simple Series lets you turn any category into its own series with the click of a checkbox.
To turn on a series, you simple go to the edit category screen and check the box to enable Really Simple Series. Once you do, the plugin will automatically reverse the order of all posts in that category so that the oldest show up first. It will also automatically insert a list of all posts in the series at the bottom of each post in that category / series.
Default display of a series at the bottom of a post.
Edit category screen to enable a category for a series.
- Download the latest tagged archive (choose the "zip" option).
- 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 latest tagged archive (choose the "zip" option).
- Unzip the archive.
- 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.
In a terminal, browse to your /wp-content/plugins/
directory and clone this repository:
git clone [email protected]:krogsgard/really-simple-series.git
Then go to your Plugins screen and click Activate.
This plugin supports the GitHub Updater plugin, so if you install that, this plugin becomes automatically updateable direct from GitHub.
There is no configuration of this plugin. Just activate, enable a category for Really Simple Series, and enjoy.
You just have to click within the edit category screen to enable a series. There are no other options. There is a shortcode available called
[rsseries cat="148"]
, where "148
" is a specific category ID, that can be used to display a series of your choice. Do not use the `[rsseries]`` shortcode without a category parameter, or it may show all of your blog posts.
There are no known conflicts with older versions of WordPress, but really you should never be behind on major releases.
- You can leave feedback in the WordPress.org forums.
- You can leave feedback on the plugin homepage
- You can send me a message on Twitter @krogsgard.
See the change log. This project follows semantic versioning.