Site logo

Archived topic

Theme Niche + WooCommerce

1 reply · Started by Andreas on July 25, 2019

Viewing posts 1–2 of 2

Fresh install of site and theme "Niche". WooCommerce categories breake. I.e. category "Clothing" from demo content:

'name', 'order' => 'asc', 'hide_empty' => true, ); $product_categories = get_terms( 'product_cat', $cat_args ); if ( ! empty( $product_categories ) ) { echo '
'; foreach ( $product_categories as $key => $category ) { printf( '
%2$S
', get_term_link( $category ), $category->name ); } echo '

Table on front page looks a bit off too. Problem on my side, or theme?

-a

Hi there,

Any chance you can link me to the page with the issue? The link you provided doesn't seem to be working.

Let me know :)

This archived topic is closed to new replies.