• I used this plugin for the first time last week and it saved me a lot of time.

    Two warnings.

    1. Do not use WordPress’ reserved terms as your taxonomy name. It will let you do this and some problems will result. http://codex.wordpress.org/Function_Reference/register_taxonomy#Reserved_Terms

    2. Do not use hyphens in your taxonomy name, use underscores…can bite you in the butt later on when you try to create a taxonomy theme file (taxonomy-TAXONOMY-NAME.php will be looking for NAME and then TAXONOMY since that’s the pecking order for template file selection).

    Should perhaps think about protecting against both of those things.

  • The topic ‘Great plugin, avoid my pitfalls and you'll be fine’ is closed to new replies.