• Hi,

    If my custom taxonomy is not hierarchical, I can edit it with FEE by using code like:

    echo the_terms($post->ID,'departments');

    However, if that taxonomy if hierarchical, this does not work.

    Is there some magic to being able to edit hierarchical custom taxonomies?

    Thanks.

Viewing 1 replies (of 1 total)
  • Plugin Author scribu

    (@scribu)

    It works with the_category(), which is hierarchical, so I’m not sure what you mean.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Front-end Editor] Editing a hierarchical, custom taxonomy’ is closed to new replies.