Help, Support & Customization for
Organize Series WordPress Plugin
Call now: 720-288-0398
Using WordPress HelpCenter for help with Organize Series WordPress Plugin supports Darren Ethier (the plugin developer).
By default the page is already created for you and the url is http://yourblog.com/series/ (this url can be changed via the series options page). However, depending on your theme the layout may not be quite what you want it to be. The output of this table of contents page is controlled both by the series table of contents listing: template in the series options page and the seriestoc.php file in your organize series plugin directory. You can make necessary changes to the seriestoc.php file to match your theme (go by the layout of your index.php file) and copy it to your theme directory. #
As of version 2.4.4, Organize Series requires WordPress 3.4+ to work. Organize Series also requires PHP 5.2+. Organize Series may work with earlier versions of WordPress but support is not provided for earlier versions and use at your own risk.
ALSO: If you are upgrading make sure you read the upgrade notes.
../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--You can do the above or just use the new plugin install integrated in WordPress.
ALSO
I STRONGLY recommend that you take note of any changes you may have made on the series options page for customizing the layout/look of Organize Series before upgrading. I try to do my best to make sure any changes get imported successfully with updates but sometimes things happen unexpectently and the options may get reset (which can understandably be frustration - believe me, it's happened to me a couple of times over the years!). What I usually do is open a tab with the options and then conduct the upgrade from another tab. That way if something DOES go awry, I can just copy paste from the inputs I left open in the previous tab. Again, I test throughly before releasing an update but I simply cannot account for every possible hosting environment out there so resets can and sometimes do happen.
If you customized the included seriestoc.php file (for Series Table of Contents Page) to fit your site theme better make sure you copy the file over to your theme directory so future upgrades of Organize Series won't overwrite your customizations. The seriestoc.php file is already setup to work with the WordPress Twenty Twelve theme.
That's it! You might want to read through the Series Options page (as a submenu item under 'options') 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).
What does Organize Series do? It makes it easier for you to write a series of posts on your blog/website and have them automatically linked together.
So? Well, one of the best ways to build an audience on your blog/website is to write short posts about the same subject over a period of time rather than one long post. There are numerous SEO benefits to this as well. Organize Series takes the hassle out of managing the serial posts and you can just focus on writing. Another way of saying this is, Organize Series takes the work out of organizing series so that you write more and your readers can EASILY follow along.
Can I customize the archive page for series?
You sure can! Just create a file called taxonomy-series.php and copy the code from your themes archive.php file and use that as the basis for building out how the series archive page looks. You'll also want to take a look at all the template tags you can use for series in the orgSeries-template-tags.php file.
But I want to customize the archive page for a single series, can I do that?
Yup. Create a file named taxonomy-series-{series-slug}.php file and replace {series-slug} with the slug of your series and you'll be good to go!
Hang on, what I really want is to create a page that lists all the series available. You probably don't have that available do you?
Hey, I've got you covered there as well! In the organize-series folder you'll see a file called seriestoc.php. It's what gets loaded when you go to your series toc url (defaults at \series-toc\ but you can change this on the series options page). Chances are though it doesn't look great with your theme (the file included just gives you an idea of what you can put in the file). What you want to do is copy this file to your theme folder and then modify it to match your theme structure (see your themes archive page for an example). You don't need to put any of the WordPress loop code in this file.
Wow there are sure a lot of features and ways of customizing the Organize Series plugin. However I'm wondering can you put in ___________ feature? Over the last couple of years I've received numerous requests for extra features for Organize Series and have done some custom development work for clients who have the resources to hire me to add stuff. I simply have not had the time to write up all the features that people request without getting paid for it. Here's the thing though, there's been some really good ideas and I realize that not everyone is able to afford what it costs for custom development. So I decided what I'd do is move to a pay-as-you-go model for new features. I've created a website for Organize Series where you'll find all kinds of different add-ons to Organize Series that you can purchase and use along with the core plugin. You'll want to head on over there and see if there's anything you are looking for. I've priced the add-ons at a low price so new features are more accessible to those of you who can't afford custom development work and yet still provides a way for me to get paid for the work I've done. It's a win-win!! You'll also want to check out the basic-support package available as well.
If you don't see an add-on that has the feature you want for Organize Series, write up a request here on the WordPress Support Forums (make sure you tag the post with organize-series) and I might just develop it as the next add-on!!
Sounds like you are going to be moving to a paid model for Organize Series...does that mean I'll eventually have to pay for all the goodness Organize Series offers?
Nope. The CORE Organize Series plugin WILL ALWAYS REMAIN FREE. The only thing that I'm charging for going forward is support and the add-ons.
This will also provide extra incentive for me to keep the core plugin rock'in for users and always up to date with the current version of WordPress. I will also work hard at fixing any bugs etc. that get discovered. The core plugin has EVERYTHING a user needs to organize series on their blog and that will never change (i.e. I won't remove features from the core). However, from time to time there are users who want something extra (e.g. the ability to "group" series) and thats where add-ons come in. From time to time I will release free add-ons as well, you'll want to bookmark OrganizeSeries.com so you'll catch the news when that happens.
Oh and one more thing. Organize Series will always be GPL and so will ALL the add-ons that I write. Just thought I'd put that in here.
A few fixes in this release
Bug Fixes
Alot of fixes and a couple new features with this release! We're also a bit late, but we've tested Organize Series with WordPress 3.5 (and 3.5.1) and verified that everything works well with the latest verison of WP. Read on for the goods.
Bug Fixes
apply_filters('save_post')Features
series_toc_paginate() that allows you to indicate where you want the pagination links displayed. You can see an example of the new function in the updated seriestoc.php file included with Organize Series. Note: if you are using permalinks, make sure you regenerate your permalinks either by saving the series options page or visiting the WordPress permalinks setting page and saving the permalinks. That will flush the wp_rewrite array and make sure paging works as expected.Sorry folks... I released 2.4.2 with some bugs that needed fixed. If you're not using the Organize Series Custom Post Type addon you don't need to upgrade but if you plan on purchasing and using it then you need this version of Organize Series.
This release is primarily a "spit-and-polish" release that fixes up nagging little bugs in Organize Series. However, we did slip in a few new features!
plugin_dir_path() instead of plugin_basename() in certain cases.Bugfix
Bugfixes and WP 3.3 compatible. I was hoping to get a new feature in this release but ran out of time and thought it more important to get a bugfix out. Hopefully a new feature by Christmas :)
.live() to .on() because .live() is deprecated in jquery 1.7Bugfixes and backend changes
Note that Organize Series requirements have been bumped to WordPress 3.1 from WordPress 3.0. It should still work on WP3.0 but it will no longer be supported for versions prior to WP3.1.
Bugfixes
Minor New Feature
Bugfixes
fix for series-toc-title not sticking for the page title on the series-toc page.
fixed php warnings on series-options page related to undefined/isset variables.
fixed a typo affecting automatic upgrades for Organize Series Addons.
fixed a few deprecated functions hooking into WordPress.
Bugfix
fixed bug where filtering the posts on the edit post screen excluding series did not return expected results
Also fixed the reported bug where site searches only returned results in series. Searches should work as expected.
Bugfix release
fixed typo with update routine that could affect some updates from earlier versions.
fixed wp_postlist_display() so if it's being used manually it respects the setting for auto_tag_toggle in the series_options page. (ht charles)
changed the required capabability for viewing the series options page to 'manage_options' from the custom 'manage_series'. 'manage_series' capability was assigned to editors along with administrators. The options page should really be limited to administrators as usual.
fixed potential 401's happening with search engine robots on pages containing the series widget if the series_url was changed from the default 'series' via the series options page. (ht tang )
fixed a bug with get_series_posts() that in some cases results php errors.
Bugfix release
version 2.3 resulted in some problems in certain cases for people upgrading from an earlier version of Organize Series. This release should take care of that for those of you with the problems.
fix for potential function name collision with other plugins. (see report here)
removal of wphelp info since it is being discontinued.
Bugfixes and Behind the scenes updates:
One of the major changes in this version of Organize Series is that the "series_part" custom field is now hidden when creating or editing a post. The series meta-box is still there, and series parts still use custom fields but I've taken advantage of a little known feature in WordPress to clean things up on that page.
This version brings in a couple more hooks and filters and also lays the groundwork in other areas for some more future addons planned for Organize Series.
This version also fixes some minor bugs and streamlines the way things work behind the scenes (especially the Quick-edit feature on the edit.php page).
Improved the usability of the "add new series" input in the series-meta box on the create/edit post screen. When adding a new series it will appear at the top of the list of series instead of at the bottom as before.
For those of you using template tags for custom implementation of Organize Series (i.e not having it automatically done via the series options) the following changes have been made that are important to take note of:
wp_postlist_count(): Previously you could just use wp_postlist_count() in the loop and get the number of posts in the series that a post belonged to without passing the series id (i.e. wp_postlist_count('39') where "39" is the id of the series)). Now if you can still have Organize Series to dynamically figure out the series id but to do it you need to do this -> wp_postlist_count(false,true);
wp_series_part(): Previously you could just use wp_series_part() in the loop and get the part the post was in a series that a post belonged to withouth including the series id (see how it worked for wp_postlist_count() above). Now, to do this you need to use the following format -> wp_series_part(0,0,true)
wp_series_nav(): Same changes as above two functions. To have the nav dynamically generated without knowing the series_id for the series a post belonged to, use the following format (leaving other options at defaults) -> wp_series_nav(null,true,false,false,true)
You can view all the specifics of the changes and cleanup that's been done via this changeset
Bugfix release AND full compatibility check with WordPress 3.1
Organize Series is fully compatible with the upcoming version 3.1 of WordPress.
Fixed a bug with the ajax form in the series meta box on the edit-post.php page. When creating a new series using the form the new series would be created BUT not automatically selected. Also you wouldn't be able to attach the post to the new series until the page was reloaded. This is fixed.
The Series dropdown in the SeriesTOC widget would not redirect to a series archive page when a series is selected (in certain cases). This has been fixed.
Some other bug fixes for certain cases where a "FATAL ERROR..." message would appear.
a naming convention change. On WordPress version prior to 3.1 you will see the name of the menu item for the Manage Series page as "Series". With WordPress 3.1 this will go back to "Manage Series" which is what it was prior to this release. The reason for the difference is I'm using a new paramater available for the taxonomy api (menu_name) so I can clean up what the General Taxonomy name is (from "Manage Series" to "Series"). This WILL affect any users who have localization files. If you start using Organize Series 2.2.9 with the 3.0 branch of WordPress make sure you revisit your translation files once you upgrade to WordPress 3.1 to make sure all the translations are correct.
minor bugfix (not a necessary update unless you are using any premium addons for Organize Series)
Some more bugfixes:
renamed a class related to the automatic plugin updates (for premium orgseries addons) that conflicted with another plugin. I should've been more unique... If you experienced errors when activating a newer version of any Organize Series addons, this was why. You should be good to go with this update.
fixed a bug with the get_series_link() function that would produce an error if you didn't include a paramater.
some more minor cleanups of the readme.txt file.
Some houskeeping in this release along with including the framework to enable automatic updates for addons released on OrganizeSeries.com
Two more bug fixes:
fix for scheduled posts not retaining a set series part number.
fix for "<<Manage Series" showing up in the browser title when a series archive page is displayed. I've completely removed that text and now just the "Series: {series title} << {Blog Title}" is showing up.
Display Bug Fix
More bugfixes
made some fixes in the javascript for the quick-edit implementation so Organize Series plays nicely with other plugins that hook into the quick-edit.
fixed an incorrect path pointer that broke the series-options page for users with a custom WP_CONTENT_DIR set.
modified the function returning the series_icon_url so it works correctly for users with a custom WP_CONTENT_DIR and WP_CONTENT_PATH set.
Another bugfix release
Fixed query bug: When series archive pages were displayed, any widgets or other plugins querying posts (using $wp_query) on the page would not display expected posts (i.e. "Recent Posts" widget, Alikivia Sideposts, "Kates Gasis' Sideblog" plugin). The custom joins/wheres/orderbys used by Organize Series are now isolated to only occur for the series posts being displayed. Other queries on the page should be unaffected now.
Cleaned up errors shown by setting wp_debug as true in the wp-config.php file.
Introduced with 2.2.1 was a bug where get_seriestoc() would not return the correct permalink for the series toc in certain cases. This is fixed in 2.2.2
Fixed conflict with wp-hide-posts plugin.
Using WordPress HelpCenter for help with Organize Series WordPress Plugin supports Darren Ethier (the plugin developer).