• I set up a custom taxonomy called ‘portfolio-cats’ to be similar to categories but for my custom post type ‘portfolio’.

    the problem i am seeing is that i add a 3rd level term… let’s say I’m adding “House” w/ Television as a parent

    Print
    -Television
    –House

    then the term shows up in the list of terms on the right, but on refresh it disappears. I’ve checked my DB and the term is definitely in there. You can also see it in the dropdown when you go to add a new term and select that new term’s parent.

    might be easiest to just look at my screenshot:
    https://img707.imageshack.us/img707/3852/taxonomyproblem.jpg

    i think that this is also effecting my wp_list_categories() when used w/ my taxonomy. i have tried to set wp_list_categories to show the children of “Print” but it only goes one level deep and does not show “House” even though that is a non-empty descendant of the “Print” term.

Viewing 2 replies - 1 through 2 (of 2 total)
  • I am having the same issue except I have a couple of custom taxonomies, both hierarchical – it’s only effecting one of the taxonomies. Were you able to resolve this? I just upgraded to 3.2 but I don’t think that’s the issue since it looks like you’re using 3.1

    Looks like my issue was with the Role Scoper plugin. I deactivated it – child taxonomies showed up – then reactivated. Child terms are still there.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Child taxonomies missing from edit-tags.php Admin screen’ is closed to new replies.