Woocommerce Startpage Template prints products twice
-
Hello,
I have a basic shop site where I use woocommerce with the woocommerce.php and an overridden pagination.php.
Everything works, but now I want to either displa all prdoucts with the sort form and pagination or all featured products without sort but with pagination, too.
But when I am addng the [featured_products] shortcode to my template it displays both featured and all products.
Template:<?php get_header(); ?> <section id="main-wrapper"> <?php woocommerce_content(); ?> </section> <?php get_footer(); ?>
How can I ater this behavior?
- The topic ‘Woocommerce Startpage Template prints products twice’ is closed to new replies.