what is the meta key value for top rated products.
Look at the function I linked to. rating is the meta key for the comments.
I want to show the top rated products in the slider. But when i use the meta key it is showing empty. Can anybody help me to view the top rated products without shortcode.
The code I referenced is the meta for comments, not posts.
Try _wc_average_rating, just note it may not exist for all products.
Sorry to disturb once again. I am a beginner of wordpress. Sorry to trouble you bro.
$args = array( ‘post_type’ => ‘product’, ‘posts_per_page’ => 4, ‘orderby’ =>’meta_value_num’, ‘meta_key’ => ‘total_sales’);
This args is for selling products.
Can i do the same for top rated products. Then what i want to change in the above args.
Change total_sales to _wc_average_rating
Hi another doubt.
I had added many products in woocommerce. But when i click that product from front end means it shows the page can’t found. Pls help.
Settings > Permalinks > Save. Please post your own thread in future instead of hijacking others.