7 May, 2008
In the last post, I talked about how you can show off the latest series in your sidebar. One of the caveats of the latest_series() function/widget is that it only shows one series. The “latest series” function is just a way of giving readers quick insight into the most recent series you’ve published to your blog and is the easiest to customize.
However, there is another more powerful function included with Organize Series that you can use to output a list of all the series you’ve written where you want that acts very similar to the “wp_list_categories()” template tag in the WordPress core. What that means is that if you’ve already got a handle on how to use “wp-list_categories” then you’ll have no problem with “wp_list_series()”. Let’s take a closer look:
The Widget
For those of you who are uncomfortable with editing your theme files and who are using a theme with widgets enabled there is a widget included with Organize Series that you can use to output the list of series in your sidebar.
...
This is a preview of Showing off Your Series: Series List
.
Read the full post (1245 words, estimated 4:59 mins reading time)
5 May, 2008
Some more fixes to the code made it necessary for yet another release of Organize Series. Incidentally - I noticed that Travis Snoozy made the announcement that he is no longer actively developing his “In-Series” plugin and will only be maintaining it until he can find someone to take over it’s development. Working on Organize Series has made me painfully aware of just how much time and effort goes into developing these plugins and his work on In-Series certainly “prodded” my development of my own series plugin in some areas. Thanks for your contributions to the WordPress community Travis!
Without further ado, here’s the changeset for version 2.0.7 of Organize Series (you can download this version by clicking here):
Minor Changes:
- Removal of extraneous html from series.php and seriestoc.php template files.
- Updated readme.txt for suggestion to copy customized
series.php and seriestoc.php files to theme directory.
- Added missing
< /div > to seriestoc.php file to fix “98%” of the typical default installations of this plugin.
- fixed a potential bug with the
get_series_toc() function/template tag.
- Fixed a few spacing, code structure errors throughout the files.
- Changed the “title” attribute for the
get_series_toc() link to something a bit more friendly.
...
This is a preview of Organize Series 2.0.7 released
.
Read the full post (273 words, estimated 1:06 mins reading time)
19 Apr, 2008
We’re going to conclude our look at the Series Options page in this post by looking at the “Latest Series” Template and the Series Icon Options.
Here’s what the “Latest Series Template” option field looks like (WP2.5):

This is the one template option that is not automatically added to your blog. The contents of this template control the output of the latest_series() function or the latest series widget. You can insert the latest_series() function wherever you want it to appear in your blog (manually into your theme files) or you can simply use the built in widget if you have widgets enabled for your theme.
This is how the default Latest Series output looks on my blog (to the left):
Of course like the other template options on the series options page you can use different tokens to control the contents of the latest_series() ouput. For instance you might want to use the %series_title% token to display the series title instead of the series icon. In future versions of Organize Series I’ll be adding more tokens that you can use.
...
This is a preview of Series Options Page: Wrap up
.
Read the full post (391 words, 3 images, estimated 1:34 mins reading time)
18 Mar, 2008
Well the long awaited sequel to the 2.3 branch of WordPress is almost out the door. Release Candidate 1 of WordPress 2.5 is now available for those brave souls who want to do some testing before the final release. WordPress 2.5 has been covered pretty well on the blogosphere so I’m not going to go into all the details here but I did want to write a post about one new feature that could cause some problems with users upgrading.
WordPress 2.5 comes with the ability for blog owners to upgrade their plugins automatically via the Plugins Page. “Automatic Upgrade” means that instead of having to download the plugin and then ftp it to your server, you can simply click the “upgrade automatically” link and WordPress will take care of everything for you. (click the picture below to see what it looks like)

It’s a great idea and definitely one that will work okay with most basic plugins but here’s the problem(s):
...
This is a preview of Be careful using the Automatic Plugins upgrades in WordPress 2.5
.
Read the full post (559 words, 1 image, estimated 2:14 mins reading time)