Hi there i want woocommerce load star rating in comments section and i didn't add the
add_theme_support('woocommerce');
to functions.php because it override some of my template and i don't want it. everything load perfectly except woocommerce reviews to show comments by given rating of each user.
i using kk star rating plugin and i activated it for all products and let the be auto embd for all posts and products.
my single.php :
if (comments_open() || get_comments_number() ) :
Porojekade_comments_template_before();
comments_template();
Porojekade_comments_template_after();
endif;
my website: porojekade.ir