-
Notifications
You must be signed in to change notification settings - Fork 2
/
readme.txt
53 lines (34 loc) · 2.25 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
=== Really Simple Series ===
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.
== Description ==
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.
= Options =
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.
== Screenshots ==
1. Default display of a series at the bottom of a post
2. Edit category screen to enable a category for a series
= Feedback =
* You can leave feedback in the WordPress.org forums.
* You can leave feedback on the [plugin homepage](http://krogsgard.com/really-simple-series/)
* You can send me a message on Twitter [@krogsgard](http://twitter.com/krogsgard).
== Changelog ==
= 0.1 =
Initial Release
== Upgrade Notice ==
= 0.1 =
No upgrades, just the initial release
== Installation ==
Use the automatic installer within your WordPress dashboard. You can also download it and upload the unzipped folder to your plugins directory via FTP.
There is no configuration of this plugin. Just activate, enable a category for Really Simple Series, and enjoy.
== Frequently Asked Questions ==
<h3>Why does this require WordPress 3.4?</h3>
There are no known conflicts with older versions of WordPress, but really you should never be behind on major releases.