Answer the question
In order to leave comments, you need to log in
How to work with woocomerce documentation?
I'm making a landing page based on woocommerce. There are 3 products so far. In the future, I plan to convert it into a full-fledged store. I am familiar with wordpress, and with woocommerce, in principle, too. But so far it's hard.
Now I display 3 products on the landing in a cycle:
$args = array(
'post_type' => 'product',
'posts_per_page' => 3
);
$loop = new WP_Query( $args );
woocommerce_template_loop_price();
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question