Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save alidemirci/5a816dbc08fcd238822e147b4a2c07e3 to your computer and use it in GitHub Desktop.
Save alidemirci/5a816dbc08fcd238822e147b4a2c07e3 to your computer and use it in GitHub Desktop.
// This action will help you to add excerpt to the product archive page
add_action( 'woocommerce_after_shop_loop_item_title', 'woocommerce_template_single_excerpt', 20 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment