Title: ericwolfe's Replies | WordPress.org

---

# ericwolfe

  [  ](https://wordpress.org/support/users/ericwolfe/)

 *   [Profile](https://wordpress.org/support/users/ericwolfe/)
 *   [Topics Started](https://wordpress.org/support/users/ericwolfe/topics/)
 *   [Replies Created](https://wordpress.org/support/users/ericwolfe/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/ericwolfe/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/ericwolfe/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/ericwolfe/engagements/)
 *   [Favorites](https://wordpress.org/support/users/ericwolfe/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [custom taxonomy headaches](https://wordpress.org/support/topic/custom-taxonomy-headaches/)
 *  Thread Starter [ericwolfe](https://wordpress.org/support/users/ericwolfe/)
 * (@ericwolfe)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/custom-taxonomy-headaches/#post-3489608)
 * 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](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [custom taxonomy headaches](https://wordpress.org/support/topic/custom-taxonomy-headaches/)
 *  Thread Starter [ericwolfe](https://wordpress.org/support/users/ericwolfe/)
 * (@ericwolfe)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/custom-taxonomy-headaches/#post-3489601)
 * 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)