Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Forum: Hacks
    In reply to: custom taxonomy headaches
    Thread Starter ericwolfe

    (@ericwolfe)

    Thank you for the ideas, bcworkz.

    Thinking about your advice about the hook order, I consolidated all of my register functions into one, which registers everything in the appropriate order, to eliminate that as a problem.

    It still didn’t work, so I figured that I would simply call the register function at the beginning of my key display function, where the taxonomies failed to exist. And this worked, insofar as the taxonomies now exist at that point.

    However, it killed my WP_Query, and I can now not query even the questions. have_posts() is returning false;

    Forum: Hacks
    In reply to: custom taxonomy headaches
    Thread Starter ericwolfe

    (@ericwolfe)

    To recap, it looks like a wordpress BUG, in which a block of code believes my custom taxonomy does not exist, when in every other piece of code in the same .php, and as evidenced through the basic functionality, it works fine. Even the other custom taxonomy I have works fine in the same block of code. Please, any information?

Viewing 2 replies - 1 through 2 (of 2 total)