• Good morning, everyone!

    I’ve created a page with some recommended products, organised into categories. There’s a block of buttons for each category, including a “see all” button.

    Now, I’d like these buttons to work as filters. When a user clicks on a button, they should see only the products in that specific category.

    My current idea is to duplicate the page for each category, keeping only the relevant products on each version. Does this sound like a good approach? Or is there a more efficient way to achieve this?

    Thanks in advance for any advice!

    Alice

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello Alice,

    Based on product you added on this page, easiest and faster approach will be to create page for each category and keeping only relevant product for each category.

    drawback of this approach is, you have to manage each page separetly and in future if you have new products or categories, you need to update pages manually

    Another approach is, create post types for product and taxonomies for categories. In this appraoch, you will have categories archive pages by default but this approach requires technical knowledge as it’s required coding.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.