Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save alidemirci/f6a2ca8d1b9cb6cbb5a2e26362e1b3f2 to your computer and use it in GitHub Desktop.
Save alidemirci/f6a2ca8d1b9cb6cbb5a2e26362e1b3f2 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