Title: bottom description
Last modified: March 22, 2023

---

# bottom description

 *  Resolved [adiosmyfirend](https://wordpress.org/support/users/adiosmyfirend/)
 * (@adiosmyfirend)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/bottom-description/)
 * ** functions**.php
 *     ```wp-block-code
       function test123() {
          $term_id = get_queried_object()->term_id;
          $test123 = term_description($term_id, 'product_brand');
          if ( !empty($test123) ) {
             echo '<div class="test123">' . $test123 . '</div>';
          }
       }
       add_action( 'woocommerce_after_main_content', 'test123', 20 );
       ```
   
 * It works on all pages. It shows as a description twice on the category page. 
   How can I fix this? How can I just get the brand description down on the brand
   page?
    -  This topic was modified 3 years, 2 months ago by [adiosmyfirend](https://wordpress.org/support/users/adiosmyfirend/).
    -  This topic was modified 3 years, 2 months ago by [adiosmyfirend](https://wordpress.org/support/users/adiosmyfirend/).

Viewing 1 replies (of 1 total)

 *  Thread Starter [adiosmyfirend](https://wordpress.org/support/users/adiosmyfirend/)
 * (@adiosmyfirend)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/bottom-description/#post-16583868)
 * i found the solution
 *     ```wp-block-code
       Edit -->
       /wp-content/plugins/brands-for-woocommerce/main.php
       go find 186 line  
       "add_action( "woocommerce_archive_description", array ( $this, 'description' ), 5 );"
       change 
       "add_action( "woocommerce_after_main_content", array ( $this, 'description' ), 5 );"
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘bottom description’ is closed to new replies.

 * ![](https://ps.w.org/brands-for-woocommerce/assets/icon-256x256.gif?rev=2770284)
 * [Brands for WooCommerce](https://wordpress.org/plugins/brands-for-woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/brands-for-woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/brands-for-woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/brands-for-woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/brands-for-woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/brands-for-woocommerce/reviews/)

## Tags

 * [description](https://wordpress.org/support/topic-tag/description/)

 * 1 reply
 * 1 participant
 * Last reply from: [adiosmyfirend](https://wordpress.org/support/users/adiosmyfirend/)
 * Last activity: [3 years, 2 months ago](https://wordpress.org/support/topic/bottom-description/#post-16583868)
 * Status: resolved