• Can I have a single page that uses a custom shop archive loop?

    I want to have a page of the 12 “most recent” items (using woocommerce short code) but show just the product thumbnail. (No box, title, rating, price or add-to-cart button.) I would want this style on this page only, with all other shop pages using the default style.

    I know I can easily set this up with a static gallery, but want the page to update automatically as I add new product.

Viewing 1 replies (of 1 total)
  • You can use a woocommerce shortcode to add the products then add this custom css to your css box in the theme options, changing “pagetitle” with page title, replace spaces with a dash.

    .pagetitle .product_item .product_price {display: none;}
    .pagetitle .product_item .product_details {display: none;}
    .pagetitle .product_item .kad_add_to_cart {display: none;}

    Kadence Themes

Viewing 1 replies (of 1 total)
  • The topic ‘Custom archive loop for WooCommerce’ is closed to new replies.