Title: Category tab crashed
Last modified: August 21, 2016

---

# Category tab crashed

 *  Resolved [cricketdiaries](https://wordpress.org/support/users/cricketdiaries/)
 * (@cricketdiaries)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/category-tab-crashed/)
 * Hi,
 * I am not very tech-savy, so please bear with me if I have done something drastically
   wrong.
 * I used the rich-text-tag plugin and then added this code to archive.php
 * <?php
    if(isset($wp_taxonomies)) { // This is getting the friendly version of
   a taxonomy // – not the hyphenated get_yoast_term_title() $term = get_term_by(‘
   slug’, get_query_var( ‘term’ ), get_query_var( ‘taxonomy’ ) ); if($term) { echo‘
   <h2 class=”pagetitle”>’.$term->name.'</h2>’; } // If you have a taxonomy description,
   let’er rip! if(function_exists(‘get_yoast_term_description’) && get_yoast_term_description()){
   echo wptexturize(get_yoast_term_description()); } } ?>
 * After doing that my categories tab stopped working, basically it crashes when
   I click on any category.
 * I have removed both of them now but now the category tab isnt still working.
 * This is my site: [http://goo.gl/75jaiD](http://goo.gl/75jaiD)
 * [http://wordpress.org/plugins/rich-text-tags/](http://wordpress.org/plugins/rich-text-tags/)

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

 *  Plugin Author [Zack Katz](https://wordpress.org/support/users/katzwebdesign/)
 * (@katzwebdesign)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/category-tab-crashed/#post-3993095)
 * That seems like an issue for the Yoast WordPress SEO plugin, not for this plugin.
 * Rich Text Tags uses the `tag_description()` and `category_description()` tags
   that are built into WordPress.
 *  [ramon10](https://wordpress.org/support/users/ramon10/)
 * (@ramon10)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/category-tab-crashed/#post-3993112)
 * Please, read an instruction how to add description to custom taxonomies on [plugin website](http://www.seodenver.com/rich-text-tags/),
   and you will find info about yoast! I think there is a mistake.

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

The topic ‘Category tab crashed’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/rich-text-tags_fcfcfc.svg)
 * [Rich Text Tags](https://wordpress.org/plugins/rich-text-tags/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/rich-text-tags/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/rich-text-tags/)
 * [Active Topics](https://wordpress.org/support/plugin/rich-text-tags/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/rich-text-tags/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/rich-text-tags/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [ramon10](https://wordpress.org/support/users/ramon10/)
 * Last activity: [12 years, 8 months ago](https://wordpress.org/support/topic/category-tab-crashed/#post-3993112)
 * Status: resolved