Current Plugin Version:
2.1.7
For WordPress version 2.8
For Priority Support:
Email help@wphelpcenter.com or Call 512-788-9236 and give code: 14322. It is a paid service but it helps to pay my bills!
Organize Series is now LOCALIZED! To see if there is a translation of Organize Series in your language or to submit a translation please GO HERE
Do you find this plugin useful?
Downloads Today:
Total Downloads:
To be notified when the plugin is updated subscribe to the feed
The Organize Series plugin helps with the organization and presentation of articles/posts you write as part of a series. It helps make it easier for readers of your blog to discover all the series you’ve written and also to easily find post that are part of the same series.
Organize Series actually adds a new taxonomy to the WordPress taxonomy structure so your blog would have “categories”, “tags”, and “series” as the taxonomy types.
NOTE: Organize Series 2.1 will only work for WordPress 2.8 and higher. I am no longer supporting earlier versions of Organize Series but if you need to use an earlier version you can download Organize Series 2.0.8 here. If you are upgrading from earlier versions of Organize Series make sure you read the upgrade section. The following instructions are for fresh installs of Organize Series.
- MAKE SURE YOU BACKUP YOUR WORDPRESS DATABASE (that’s all in caps for a reason – nothing should go wrong but it’s a good precaution nevertheless!!)
- Download the File (or use the built-in updater provided by WordPress)
- Extract to a folder in
../wp-content/plugins/. The orgSeries folder can be named whatever you want but the default is “organize-series”. The final structure would be something like this:../wp-content/plugins/organize-series/--and all the orgSeries plugin files/folders-- - Activate orgSeries on your WordPress plugins page.
- *NEW with Organize Series 2.1* -> the Series Icon Feature uses the built in Media Uploader/picker in WordPress. You don’t have to worry about what directory you upload your series icons into anymore.
- Visit the “Options/Settings->Series Options” page to initialize all the default settings.
- NEW with Organize Series 2.1.5 -> there is now a bundled plugin called “Organize Series Publisher” that allows you to hold a series of posts for publishing at a future date and then publish them all at once when ready. If you wish to use this plugin it must be activated after Organize Series is activated (more on this feature in the other notes section)
That’s it! You might want to read through the Series Options page and the Manage->Series Page. You’ll also notice that your “write/edit” posts page now has a handy dandy series box on it for adding your posts to a series (and creating new series on the fly).
For support please visit the support forums.
Upgrading
If you are upgrading from Organize Series 2.0 or above you can follow the same steps as above however make sure you revisit the Organize Series Settings page. There are some new fields that you’ll need to populate. There are two ways of going about doing this:
Fill in or modify the blank fields on the options page
Specifically:
- Display series navigation links checkbox -> make sure this is checked if you want your navigation links to be automatically inserted.
- Delete all organize series datat from database… checkbox -> You can leave it unchecked UNLESS you want to have everything in your database that is organize series related removed when you delete the organize series plugin.
- Series Meta (with excerpts) textarea -> You can now control what gets displayed with post-excerpts ( the_excerpt() ). You can add exactly what is in the “Series Meta” textarea or modify to suit.
- Latest Series (tags before), (inner tags), and (tags after) textareas. -> Latest Series used to have just one template but I’ve brokent it out into three separate areas so you can have more control over what the Latest Series widget (or template tag) displays.
Click the “Reset Options to Default” button
This will populate all the fields with the default settings.
IMPORTANT : This will also replace any customizations you have already set – so if you choose this option make sure you copy your custom settings FIRST so you can reapply them after.
For support please visit the support forums.
Features
The following is a brief overview of all the features in Organize Series. For more indepth coverage of the features of Organize Series you can follow the Organize Series Usage Tips Series on my blog. Better yet, why not suscribe to the usage feed?
NEWEST FEATURE: Organize Series Publisher Plugin
Organize Series now comes bundled with a plugin that is the result of some custom work I did for Amanda Giles who graciously agreed to make this available to all Organize Series users. The Organize Series Publisher plug-in allows you to quickly publish all posts linked to a Series. It is dependent on having the Organize Series plug-in installed and activated. The Publisher plug-in works by adding a Status to each Series. If the status for a Series is “Unpublished”, all posts tied to that Series can be individually published, but those posted will be “held” until the Series itself is published. Once the Series is “Published”, all previously published posts in that series will be immediately published and visible on your site. Any posts in a Series still in the Draft status will be left as such and will not be published (until individually published). If you have a large number of articles, this saves time and provides a clean “publish” with no accidental broken links from unpublished posts.
Using the Plug-In for the First Time
Be sure the Organize Series plug-in is activated first, then activate the Organize Series Publisher plug-in. If you have any Series already created, they will default to the “Ignored” state which is means all posts are left in their current post status (Draft, Published). If you want to remove all posts in a Series from your site, you can “Unpublish” the Series through the Settings > Publish Series. Likewise, if you want them to reappear on your site, you can “Publish” the series from the same screen.
Creating a Series for Later Publishing
With this plug-in activated, you will have an additional check box to allow creation of a Series in an “Unpublished” state. This will allow you to create posts tied to Series without the posts actually being published to your site yet. See below.
Creating a new Series
- Go to Posts > Manage Series
- Begin typing on left side to create a new series
- Decide whether the Series should be “Unpublished” (defaults to Unpublished)
- Click Add Series to create the Series
Note: If you create a Series on the fly via the Add New or Edit Posts screen, you will not have the option of creating an “Unpublished” series. This means your posts will appear on your website as soon as they are individually published – unless you “Unpublish” Your Series immediately (see below).
Publish/Unpublish a Series
A Series, unless specified as “Unpublished” starts in an “Ignored” state. This is essentially the same as “Published” as posts which are published will appear on your site normally (if the posts have been individually published). You can change the status of a Series by going to the Posts menu and selecting Publish Series. On this screen you will see all Series listed and you have the ability to Publish or Unpublish an issue by clicking on the text link to the right of the Series name.
When you “Publish” a Series, only posts already marked for publishing are now actually published and visible on the site; posts in draft status will stay as [unpublished] drafts although they still can be published at a later time. If you wish to Publish, there is an additional step. Clicking Publish will take you to the Publish Series screen which will allow you a chance to reorder the posts. Reordering posts sets the series_part custom field value which is used for sorting within some Organize Series template tags. You must then click “Publish Issue” on the right side of the screen to complete the process. Once you do this all posts in the Series will be published no matter what their previous status (draft, pending review, or published).
Integration with WordPress taxonomy system
Beginning with version 2.3, WordPress introduced a database and core change that resulted in a new taxomony system. The core WordPress has two taxonomies – “categories” and “tags”. Organize Series introduces a new taxomony “series”. Thanks to the rich api provided to plugin authors Organize Series takes advantage of (as much as possible) the built-in WP goodness! As an added bonus – plugin developers can expand on what Organize Series offers by interacting with the new series taxonomy and the built-in filters/hooks.
More “organize” for taking care of your series…
Check these additions to your WordPress administration:
Filtering the list of post by series…
Add “prettify” recognition to your series…
You can easily upload and choose images to use as series “icons” for your series via the built-in WordPress Media-Uploader.
Integration with Write/Edit posts page
Organize Series brings a new “box” to your write/edit posts page for series related tasks:
- Add new series on the fly. Ajaxified and simple to use (works pretty much the same as adding new categories on the fly)
- Add posts to existing series.
- Choose what order you want that post to be in the series. If you leave the field blank, your post will automatically be appended to end of the series. But if you want you can number that post to be whatever part you want and every other post in the series will be automatically adjusted for their new parts Is that cool? Yeah, I thought so too!
Works out of the box.
Once you’ve activated the plugin (and are not importing from earlier versions) all you have to do is visit the Series Options page and then you’re ready to go (you don’t have to change/or add anything!). Out of the box, Organize Series defaults to automatically insert into your blog all the necessary “template tags” for displaying series related information.
Defaults from out of the box:
Series Meta with each post:
Series Table of Contents Page:
Series info box on single post pages:
Series Navigation Strip:
Use permalinks? No problem, Organize Series detects that and introduces a permalink structure for series archive pages (defaults to http://yourblogaddress.com/series/%theseriesslug%). Don’t like the default settings/look…well…
Complete options page for easy customization without having to edit any .php files
Nearly everything you might want to customize with Organize Series can be done on the Series->Options page:
- Control placement of series related info (Series Meta, Series Table of Contents, Series Postlist boxes, Series Navigation Strip, etc.)
- Customize the html output or series related info by using the %token% system with a token legend right on the page (check out the screenshots tab).
- Control what the path of your “series table of contents” link will be.
- Control how posts in a series will be displayed on series archive pages. The default is by date in descending order (newest to oldest) – but you can order it by part too.
- Set the icon width for images associated with series for different pages.
An example of one of the edit template boxes on the Series Options Page:
A pic of the Token Legend (lists all the %tokens% you can use in the template)
Pretty cool eh? But maybe you’d like to be able to customize things even more?…
A whole bundle of template tags for theme authors and WP tweakers
Do you actually like going into the guts of your theme files? Then, you’ll love the “template tags” organize series makes available for you! Better yet, I’ve made it easy for you to find them: All the template tags you’ll ever need are found in the series-template-tags.php file in your Organize Series plugin directory. Each tag is also fully documented inline so you can have a better idea what it does!
You can also edit the default .css file for orgSeries OR point to your custom .css in styles.css for your theme.
Oh, if you implement Organize Series in a cool way let me know here
And one last thing I’ve just gotta mention…
Widgets!!
Organize series provides two widgets: A Series Widget which will list all the series on your blog and when on a single-post page that is part of a series you can also optionally list the other posts belonging to the series. There is also a “Latest Series” widget that you can use to display a list of the latest series you’ve contributed to your blog. Both widgets have numerous options you can modify to control what the widgets display.
Usage
There’s just so much to say about how you can use Organize Series that I’ve decided to write a series of posts dealing with using Organize Series. You can follow along with the series here or feast on the feed.
Don’t forget, if you have questions related to usage, I’m usually pretty good at responding to requests for help here.
Have fun – and get writing those series!!















#1 by Herrin on December 15th, 2009
Quote
This really is a great plugin. I am having one little issue at the moment where the plugin makes my post edit page go blank. When I have the plugin activated and I go to edit my posts in the WP admin it returns a blank screen. WP 2.8.6 on a LInux Hostgator server. Thanks for making such a great plugin and have a wonderful Christmas!
My recent post The System Is The Solution – The eMyth with Michael E Gerber
#2 by Darren Ethier on December 15th, 2009
Quote
This is an issue also reported here -> http://unfoldingneurons.com/forums/topic/conflict... – if you are using that plugin that is why it is happening. Since I do some javascript injecting to make Organize Series work with the "Quick Edit" feature of the edit.php page I'm assuming there is a conflict with some Javascript that Ozh uses with his Admin Dropdown plugin. I haven't had the time to look into it further.
Pingback: Los plugins que usa HispanicLA | hispanicLA.com
#3 by Marie-Aude on December 20th, 2009
Quote
There is a strange – and imho wrong behavior – with the Publish Manager.
As all series are set to ignore by default, publishing them reset the publishing date of all articles to the current day.
This is okay for new series, but absolutely not for old ones.
Conclusion, I had to deactivate the plugin to avoid 404 or total mess in the publishing dates.
Pingback: Zum Jahresende ein paar neue Funktionen auf meinem Blog - Artikel, Blog, Artikelserien, Tags, Kategorien, Plugin - grabauf-grabab
Pingback: WordPress Plugins for Writers.
#4 by Hikari on January 21st, 2010
Quote
OMG this plugin is GREAT!
It is one of the most criative and also complete-fetured I’ve ever seen!
Gratz on developing it and THANKS for sharing with us! I for sure will use it
#5 by narcanti on January 25th, 2010
Quote
Hi, great work so far. I like and use your plugin.
Unfortunately there is a minor, yet for me major, issue with it:
the admin pages of it use the blog-url to define the form-actions, like action="http://mypage/wp-content/plugins/organize-series/orgSeries-manage.php" with blog url set to "http://mympage".
But my WP install is configured to use https only for the admin pages (for security reasons of course), which results in failure trying to update any configuration via http.
Is it possible that you change the generation of the form action url to a more relative way, like " action="<?php echo $_SERVER['PHP_SELF']; ?>", which would work with http and https?
My recent post Hardening WordPress: Basic generator obfuscation
#6 by Darren Ethier on January 25th, 2010
Quote
Hi narcanti, thanks for the suggestions – makes sense and I'll take a look at it for the next release. However, in the future I'd appreciate it if this kind of comment would be submitted on the Support Forums. Thanks!
#7 by Darren Ethier on January 25th, 2010
Quote
Hi narcanti, thanks for the suggestions – makes sense and I'll take a look at it for the next release. However, in the future I'd appreciate it if this kind of comment would be submitted on the Support Forums. Thanks!
#8 by Franz on February 6th, 2010
Quote
Wonderful plugin – exactly what I was looking for! Well, almost – here is a suggestion for a simple additional feature: What I wanted to achieve was having a serie prepared and published all parts at once (works great with the Organize Series Publisher), but only show part 1 of the series in the Loop (otherwise, the multiple parts of the series is filling up the front page of the blog and pushes all other articles back).
So what I did – and that's my suggestion to inplement that as a feature – is the following:
Put parts 2 – part x (but not part 1) into a specific category and excluce this category from being displayed in the loop ( query_posts($query_string . '&cat=-390'); ). while "390" stands for the category's ID.
Use plugin Hide Categories (http://wordpress.org/extend/plugins/hide-categori... to exclude this category from being displayed anywhere.
And that's it. Works great, but would work even more comfortable if Organize Series does the category and exclude category thing automatically, as a check box option in the admin menu
Again, great plugin. Thanks very much for this!
Franz
#9 by Darren Ethier on February 6th, 2010
Quote
Not a bad suggestion Franz, I'll take it into consideration as a possible feature to add in a future release.
#10 by Gregg on February 19th, 2010
Quote
I just started using the plugin. Short learning curve! Okay, now that I got myself out of trouble — how to I set a 'border="0"' tag on the IMG for the series thumbnails? I don't want the thumbnails to show up with a link border around them Thanks so much. Gregg
#11 by nerrad on February 19th, 2010
Quote
Hi Greg, I normally refuse to answer support requests in here (instead directing people to here). However, I'm in a good mood today
To get rid of a border you could wrap the <code>%series-icon%</code> or <code>%series-icon-linked%</code> tokens in the Series Options page with a <code><div class="imgchange"></code> and then in your style sheet do something like <code>div.imgchange img { border:none; }</code>.
#12 by Dave Crain on February 24th, 2010
Quote
Darren,
Thanks for the work on this plugin. I just downloaded it and it looks like it's going to work great for me. I had used In-Series a while back, but had so many problems with it I had to abandon it. So I'm looking forward to yours.
One quick question. I just posted my first article that I tried to use the "Ignore" status. As I read your notes, what I thought that meant is I could publish posts as normal and they would show up on the site and I could include them in a series, but none of the series information would show up until I published the series. Well, the post went up on the site fine, but the series TOC also appeared. Did I do something wrong?
Don't bother checking my site URL, I deleted the series until I could get this figured out. Thanks for any tips you can offer.
#13 by Darren Ethier on February 24th, 2010
Quote
Hi Dave,
The "ignore" status is a feature of the Series Publisher plugin included with Organize Series. Basically that means for the purpose of the Series Publisher plugin just ignore this series. So it is acting as expected.
#14 by David on March 1st, 2010
Quote
Is there any way you can use this plugin to organize 'PAGES' as well as Posts?
Dave
My recent post Using Article Submission Service To Improve Your Article Marketing Efficient
#15 by Darren Ethier on March 2nd, 2010
Quote
No.
#16 by marc on March 10th, 2010
Quote
I’m grooving this plugin. Here are a few minor issues I’ve found, which you might want to address.
My “recent posts” widget only showed 2 entries on each ’series’ listing page (…com/series/…).
The “series widget” in the admin area is significantly wider than the ’sidebar’ container.
In the settings I have to apply “/series” (note the /) to this field: “Series Table of Contents URL” so that it becomes domain.com/series not domain.comseries.
The <> needs a space from the title. I tried to do it at ‘Series Post Navigation Template’ though had no luck there.
#17 by Hoiuse Music on March 10th, 2010
Quote
Ola sou o PM AKORDEON,
Estou a passar por aqui para deixar um link com um pouco do meu trabalho
Espero que gostem
http://clinicadosom.com
BIGUP PM
#18 by marc on March 11th, 2010
Quote
One other thing. When at the post admin page, clicking on a ’series’ title link leads me out of the admin to the series page. I expected it to act like clicking on a ‘category’ or ‘tag’ title link that narrows down the post listing.
I prefer it to act the same way as categories and tags. Food for thought.
#19 by Andi on March 13th, 2010
Quote
I'm running 2.9.2 and when trying to activate the "organize series" plugin it says FATAL ERROR. What could cause this?
My recent post What Is A Spiritual Body?
#20 by tom on March 15th, 2010
Quote
Just wanted to say, great plugin. I only had one problem: when saving a part of a series as a draft and publishing later, it became part 3 of 2. At your forum the member "kitchenmouse" made the following: deleting that part from the series, updating the article, adding again to the series and updating (the already published) article to the series again. Than it became 3 of 3. As I registered at your forum (tomtom24) but it doesn't do anything after login, I write it here as it might help others as well. Thanks for that really great plugin
My recent post Wie Usenet einrichten und wer ist der besten Usenet-Provider?
#21 by Tom on March 17th, 2010
Quote
Been looking for something like this all day. Got it working on one of my blog. Thanks for the plugin work perfectly.
My recent post Facebook beat Google for the most visited website in the US
#22 by Darren Ethier on March 17th, 2010
Quote
Glad it works for you – thanks for leaving the kind comment!
Pingback: 5 WordPress Plugins to Help Organise Your Blog | Free Blog Help
#23 by Dennis Edell on March 30th, 2010
Quote
So the two plugins are bundled in the same download?
My recent post Attention Readers of all Kinds! – Multiple Articles Comin’ Atcha!!
#24 by Darren on March 30th, 2010
Quote
Yes
#25 by Пятигорец on April 17th, 2010
Quote
Type your comment here Hello (Sorry for my english)
I was looking for a plug-and very grateful for what you did and it helped many people!
There is a desire to have a plugin for Windows Live Writer. This program is used by millions of bloggers and will be very grateful if you will be spared to go after the publication of posts again in Wordpress and make changes.
#26 by Darren Ethier on April 17th, 2010
Quote
Sorry but that's something that is outside the scope of my skills presently and I don't have the time to learn how to do a plugin for Live writer. Great idea though and I'd love to see someone else write something up!
Pingback: Some Neat WordPress Plugins « Josh Nunn's Geekorium
Pingback: The Best WordPress Admin Plug-ins | Devlounge
Pingback: WordPress Tip: There’s a Plugin for That | I'd Rather Be Writing - Tom Johnson
#27 by E.D. Lindquist on July 4th, 2010
Quote
Apologies if you've addressed this already, but I can't find it if you have. Is there a direct link to the most recent page of a given series? I'm hoping to add a "Go to most recent page" link to the novel I'm posting via your wonderful plugin. Thanks!
- E.D. Lindquist
My recent post Review- The Last Airbender
#28 by Darren on July 5th, 2010
Quote
No there is not a function to return a direct link.
#29 by E.D. Lindquist on July 5th, 2010
Quote
Hm, rats. Well, thanks! I love the plugin
My recent post Chapter 21- Release page 2
Pingback: How-To: Easily Create “Previous” and “Next” Links for the Organize Series Plugin | J. James Beaudoin — Web Developer, Coder, Writer, Galactic Savant, Impassioned Human and Survivor