If you created custom taxonomy and showing in table and you want to remove link then, use those code below. Add those codes in your theme/child theme’s functions.php file or use ‘Code Snippets’ plugin to add those codes. Replace (wpt_pa_color) classes with your own taxonomy classes.
Continue reading "Remove Custom Taxonomy Link"Show Table in Only Shop page
When we turn on ‘Table On Archives’ table will show on WooCommerce Archive/Category/Tag/Attribute page. But if you only want to show table on shop page, we can do this using filter hook.
Continue reading "Show Table in Only Shop page"