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.
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.
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.
what is the meta key value for top rated products.