Nano Plugin Manager

Nano plugins provide a simple way to add simple functionality to your WordPress site, directly via an administration menu.

Author:Gab (profile at wordpress.org)
WordPress version required:3.3
WordPress version tested:3.4.2
Plugin version:0.9.2
Added to WordPress repository:09-01-2012
Last updated:18-09-2012
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:100
Rated by:1
Plugin URI:http://www.gab.ro/nano/
Total downloads:4 060
Active installs:40+
plugin download
Click to start download

Plugin Home Page

This plugin is two things:

A fun educational tool

Even if you have no idea about WordPress coding, you can still write a tiny nano plugin.

As you get more and more confident in your coding skills you can write more nano plugins and then write full size plugins entirely without relying on the Nano Plugin Manager. And you can still contiune using is it as a development tool.

Also, you get to browse the growing directory of nano plugins. Study them, learn from them or just use them without giving a damn on how they work 🙂

Still, this plugin encourages a strong DIY mentality. Give a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime.

Last, but not least, other WordPress teachers are also warmly invited in our forums.

A useful development tool

Nano plugins provide a simple way to add simple functionality to your WordPress site, directly via an administration menu.

As you probably know already, WordPress functionality is usually enhanced by using hooks: filters and actions.

If you need to add a simple filter or action and don't feel like going through all the hassle of creating a new plugin for it, you can just use the Nano Plugin Manager. It's faster and easier. I estimate that for the simplest of tasks you can get away with about 10 times less typing and clicking.

Suppose you just need to sort your posts alphabetically by title, a plugin for it might take a dozen lines or so. But by using a nano plugin, you just specify the filter name (posts_orderby) and the filter content (return 'post_title';) and let the magic do everything else.

Perhaps if you'd only need one nano plugin, using our Nano Plugin Manager would not be justified. But in case you need more of them, it would make your work much easier.