Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Adding css

Home / Forums / Ascend Theme / Adding css

This topic is: Not Resolved
[Not Resolved]
Posted in: Ascend Theme
February 7, 2020 at 11:54 am

Hi,

On a woocommerce site I want to be able to show the short description on the category display. I found a forum where it showed the css that i need to add.

I have added this and it hasn’t worked. Can you help?

The code is here >>

add_action( ‘woocommerce_after_shop_loop_item’, ‘woo_show_excerpt_shop_page’, 5 );
function woo_show_excerpt_shop_page() {
global $product;

echo $product->post->post_excerpt;
}

  • The forum ‘Ascend Theme’ is closed to new topics and replies.