Title: wirefury's Replies | WordPress.org

---

# wirefury

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WordPress error in header](https://wordpress.org/support/topic/wordpress-error-in-header/)
 *  [wirefury](https://wordpress.org/support/users/wirefury/)
 * (@wirefury)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/wordpress-error-in-header/#post-5824325)
 * I honestly don’t know what the problem is. I can only assume it’s a WordPress
   issue? Possibly in combination with specific themes or the way specific themes
   are written. Because this is not causing an issue on every WordPress site.
 * Just some of them.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WordPress error in header](https://wordpress.org/support/topic/wordpress-error-in-header/)
 *  [wirefury](https://wordpress.org/support/users/wirefury/)
 * (@wirefury)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/wordpress-error-in-header/#post-5824259)
 * Hello,
    I started looking into this issue because I’m also having this issue.
   A google search of “outputs the wordpress header” shows that there are many sites
   having this issue.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Using Custom Taxonomies As A Class Selector](https://wordpress.org/support/topic/using-custom-taxonomies-as-a-class-selector/)
 *  Thread Starter [wirefury](https://wordpress.org/support/users/wirefury/)
 * (@wirefury)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/using-custom-taxonomies-as-a-class-selector/#post-4484175)
 * Hi. For what it’s worth, I’ve figured it out.
    Found the answer at [WordPress Answers](http://wordpress.stackexchange.com/questions/39718/custom-taxonomy-term-as-class)
 * This is the code I ended up using:
 *     ```
       <?php $terms = get_the_terms( $post->ID, 'taxonomy_name' ); ?>
       <div class="myclass<?php foreach( $terms as $term ) echo ' ' . $term->slug; ?>">
       ```
   

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