Skip to content
Advertisement

If product category has children remove permalink from parent term in WooCommerce

Inspired from get woocommerce categories with subcategory, I am creating a drop down section and I was wondering if there is any way to remove the permalink from the parent category if it has a child category.

Here is my code example:

JavaScript

How can I display a link on top level product categories terms only when there are no children terms?

Advertisement

Answer

The following will display a list of product category terms where the top level term will not be linked if they have any child term:

JavaScript

Tested and works.

User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement