E
E
Evij212021-06-21 15:25:21
WordPress
Evij21, 2021-06-21 15:25:21

How to display subcategories in woocommerce?

Display an image inside the category with an inscription with a link to subcategories

60d0850f00089293650957.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Anton Litvinenko, 2021-06-21
@Evij21

function description_after_subcategory( $category ) {
  echo '<div class="cat-short-descr">' . $category->description . '</div>';
}
add_action( 'woocommerce_after_subcategory', 'description_after_subcategory' );

60d09f6c023ac995881227.jpeg

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question