| blosxom :: the zen of blogging | ||||||
|  | ||||||
|  | 
 
 |  | How do I put plugins in a particular order?
Plugins, by default, execute in alphabetical order (e.g. file runs before writeback).  The simplest way to alter the order in which plugins run is by numbering them.  Renaming the writeback plugin, for instance, to 10writebackmeans it will run before the find plugin.  Put the find plugin first by renaming it05find.  To have a particular plugin run dead last, give it a high number like999999lastplugin.
Author: 
Rael DornfestCategory: /faq/plugins Date: 2003-09-07 |  | ||