hi all
to replace the loop work really good. but i have a new problem: i can’t put the breadcrumbs like i have in my own theme:
<?php if (function_exists(‘dimox_breadcrumbs’)) dimox_breadcrumbs(); ?>
this effects a catchable fatal error: object of class wp_error could not be converted to string in …/mytheme/functions.php on line 335
line 335 of functions.php is
echo get_category_parents($cat, TRUE, ‘ ‘ . $delimiter . ‘ ‘);
so i guess there is a problem with the categories of woocommerce. have somebody an idea?