Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save alidemirci/5cf55b836363abb111a971247c0ed5f9 to your computer and use it in GitHub Desktop.
Save alidemirci/5cf55b836363abb111a971247c0ed5f9 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 );
@alidemirci
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment