Viewing 1 replies (of 1 total)
  • Caleb Burks

    (@icaleb)

    Automattic Happiness Engineer

    Don’t know of any non-PHP ways to do it. Guess you could search around for a plugin.

    Or just add this code snippet:

    add_action( 'woocommerce_after_shop_loop_item_title', 'wc_ninja_short_desc_on_archives', 40 );
    function wc_ninja_short_desc_on_archives() {
    	the_excerpt();
    }

    To this plugin: https://www.ads-software.com/plugins/code-snippets/

Viewing 1 replies (of 1 total)
  • The topic ‘Short Description on Product Category Page (not php)’ is closed to new replies.