Good morning,
I have ‘the grid’ working well on my WooCommerce / X theme site using the Grid Plugin. However when you first go on the shopping page it displays the order from newest product (at the top) to oldest.
I would like it to display at a random order when first entering the page.
In the Grid settings I have changed the source setting Order to ‘random’ but nothing happens.
Could I have some advice please?
Is it to do with the code put in the woocommerce.php to get it to display? (in child theme):
<?php get_header(); ?>
<div class="x-container max width offset">
<div class="<?php x_main_content_class(); ?>" role="main">
<?php woocommerce_content(); ?>
<?php
The_Grid('WooProducts', true); // where true is for template mode
?>
</div>
<?php get_sidebar(); ?>
</div>
<?php get_footer(); ?>
I look forward to your thoughts