Skip to content

Instantly share code, notes, and snippets.

@DigitalEssence
Created February 18, 2015 10:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DigitalEssence/42ec2b076b96e481a737 to your computer and use it in GitHub Desktop.
Save DigitalEssence/42ec2b076b96e481a737 to your computer and use it in GitHub Desktop.
WooCommerce - Add short description to the product loop
// Add short description to the product loop
add_action('woocommerce_after_shop_loop_item_title','woocommerce_template_single_excerpt', 5);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment