Plugin

6 entries have been tagged with Plugin.

EOL for Custom Post Permalinks

I have decided that I will no longer be supporting or actively developing Custom Post Permalinks. Part of me regrets releasing this plugin in the first place. The problem with making a really simple to use plugin that extends a really really hard to understand API is that people who don’t know what they’re doing will be encouraged to act as if they do.

If I had a dollar for every time somebody tried to give their CPT top level permalinks (just like pages) and then claimed my plugin broke their site, I wouldn’t have to pay for coffee for at least a month.

The plugin didn’t break your site. You did.

Anyway, I have no time to spend on support requests; I will not be maintaining the plugin or updating it in the future. Family life and work are both keeping me too busy for that.

If you’re interested in taking over the repo for the plugin, let me know in the comments.

From the November WordPress DC Meetup

The slides from my WordPress DC meetup presentation, “Plugin Development for Beginners,” are online. I apologize for the typos and formatting issues. The former is my fault, and the latter is Slideshare’s fault.

Because slideshare was inserting unknown JavaScript into my website, I’ve removed the embedded version. You can still go to their website and see the presentation there:

http://www.slideshare.net/johnpbloch/wordpress-plugin-development-for-beginners

Do You Want to be a Beta Tester? [UPDATED]

I’ll give you a hint: the answer is “yes”.

I’ve finished the beta of my plugin Custom Post Permalinks, and if you want to help with beta testing, you can download the beta here: http://www.johnpbloch.com/custom-post-permalinks.zip

You should be able to install that using WordPress’ upload installation; if that doesn’t work, well, maybe you shouldn’t be beta testing if you can’t manually install a plugin…
:D Continue Reading

Miniature Plugin Review: Event Espresso

So I recently decided to look into Event Espresso as a solution for a client’s event calendar needs, and I thought I’d share my impressions with you. 1

First of all, Event Espresso is not so much a calendar plugin as an events plugin. It gives you the ability to create events with fairly robust pricing and attendee features. Continue Reading

Notes:

  1. Disclaimer: In no way do I receive any compensation from or related to the development of Event Espresso. Nor have I been asked to review the plugin by anybody directly or indirectly connected to Event Espresso.

A Custom Post Permalinks Haiku

In the estimable line of Automattic, I’ve written a haiku for my Custom Post Permalinks plugin:

Post type permalinks:
Out of the box, they are bland.
Give your links flavor.

New Plugin: Custom Post Permalinks

I just released a new plugin for WordPress this morning. It’s called ‘Custom Post Permalinks’. Custom Post Permalinks gives you the option of customizing the permalinks used by your non-hierarchical custom post types (post types that act like blog posts). The default permalink structure used for custom post types is /post_type/name/, but with this plugin you can easily modify it to something more like /post_type/year/month/name/. All of this is done through the admin section’s normal permalinks settings page, so you can manage all your permalinks in one place. Easy as pie!

Even better: if you add things like year and month (or day, hour and second!) to your custom permalink settings, it automatically sets up those archives! It also automatically adds permalink structures for feeds, comments, and pagination!

I’ll be setting up a static page for the plugin soon. Keep your eyes peeled.

Special thanks go out to Aaron Jorbin (@aaronjorbin) for helping me with the code. The plugin would be nowhere near where it is now without him. Also, if I hadn’t known he might be looking at it, I may not have documented it as thoroughly as I did…
;)