get all products of one category
For instance, WP_Query is only for fetching standard post data. Additional data by plugins such as WC will not be fetched. To do a custom query If you would like to use a custom query, you could use WC_Product_Query Place the following in theme’s functions.php and save the javascript into a separate php file. The … Read more