site: toonbarn.com
WP: 3.2.1
i'm looking for a way to include my custom taxonomy name into my permalink system.
i recently created a "cartoons" taxonomy, with all different cartoon names as part of the group: pokemon, smurfs, thundercats, etc. most of my posts have a "cartoon" that they are associated with. however, there are some that are not in a cartoon taxonomy.
without knowing the proper nerd speak (i'm only an unproper nerd), i'd love the permalink logic to act something like this:
if this post has a taxonmy, make the url:
/%cartoons%/%postname%/
else this post does NOT have a taxonomy, make the url:
/%category%/%postname%/
is that feasible...? and if so, what would i enter in SETTINGS > PERMALINK ?