Pbalazs89
Pbalazs89

Reputation: 168

Woocommerce product archive page - custom layout

Here's my staging site with the layout I'm trying to achive with about 35 products.

My question: I understand how to create a product loop (WOO), but I'm wondering if an experienced WP dev can point me in the right direction. Would you create a CUSTOM if loop so that after an item is output with the image on the left and the description on the right, the next item to follow will have the desc on the left and the image on the right?

Would you create a custom post type for this? Or use Woocommerce?

Thanks for any input!

Upvotes: 1

Views: 299

Answers (1)

Sco
Sco

Reputation: 759

Personally, i would do a Custom Post Type with

  • metas (Prices, Subtitle, ...)
  • taxonomies

Upvotes: 1

Related Questions