Installed the WooCommerce plugin. I need to display products on the main page. How can i do this? I need to display all products in 3 columns on the main page. I have added a shortcode:
<?php echo do_shortcode("[products columns='3']"); ?>
But the products are displayed in one column. I know that it is possible to make the main page a directory. But can it be done differently?
has class "columns-3" but they stay in one column