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)
27 Apr, 2008
Yet another catchup post for my Organize Series plugin. The current version of the plugin is 2.0.6 and you can download it via this link. Here’s the changesets:
2.0.6 - Fixes a pretty major bug with the custom rewrite/permalink structure for series archives. This bug only shows up if you use certain prefixes to your custom permalinks such as /archives/...rest of permalink. Hat tip to Edward for the catch and fix.
2.0.5 - Contains the following bug fixes:
- PHP error that was reported on the Manage Series page affecting certain installs.
- .rss validation warning for series archive feeds thanks to this post
- some typo fixes with readme.txt file
- updating readme.txt to reflect that Organize Series works with WordPress 2.5.1
Permanent link to this post (120 words, estimated 29 secs reading time)
10 Apr, 2008
Just thought I’d post a quick update that the current stable version of Organize Series is 2.0.3. Here’s a summarized change set since orgSeries 2.0:
- 2.0.1 - some fixes so that changing the
SERIES_URL definition in orgSeries.php actually works (you can use this to pick how you want the series-archive permalinks to look - important for avoiding conflicts with existing category permalinks…)
- 2.0.2 - fixed Organize Series causing problems with other plugins that create their own top-level menus in your WordPress Administration. Previous to this fix you’d get ‘404′ errors on subpages of those plugin menus.
- 2.0.3 - I noticed that orgSeries 2.0.2 broke the “add series on the fly” feature on write/edit post pages (and also affected the layout of those pages). This release fixes that.
I thought I had nailed all the bugs before releasing Organize Series 2.0 - but of course, as it usually is, once code get’s in the wild all sorts of nasty creatures pop up
If you haven’t yet - I encourage you to download Organize Series 2.0.3.
If you’ve never heard of my Organize Series WordPress plugin feel free to read about it on it’s own nifty page.
Permanent link to this post (196 words, estimated 47 secs reading time)
13 Jul, 2007
Thanks to the suggestions of one of the users of my Organize Series WordPress plugin - I’ve decided to set up some support forums for the plugins that I write. For now, Organize Series is the only significant plugin I’ve published but the forums should make it easier for users to contribute towards future versions, report bugs, and request help with installation and usage. I’ve still left comments open on the plugin page for now BUT I will only be responding to support requests through the forums.
Permanent link to this post (88 words, estimated 21 secs reading time)