Viewing 1 replies (of 1 total)
  • Thread Starter Ali Siddique

    (@ali_siddique)

    function gridlist_cat_desc( $category ) {
    global $woocommerce;
    echo ‘<div itemprop=”description”>’;
    echo $category->description;
    echo ‘</div>’;

    }

    i want to show this as excerpt

Viewing 1 replies (of 1 total)
  • The topic ‘show 60/80 character of description’ is closed to new replies.