/** * Add short description to category page */ add_action('woocommerce_after_shop_loop_item', 'cc_excerpt_in_product_archives', 40); function cc_excerpt_in_product_archives() { the_excerpt(); }