Adding a page that has a Collection

Is there a way to create a page (not the home page) that has a collection?

We a collection of meals on the home page for ordering. That’s fine. We will be setting up at a location where there will be Daily Menus. I want to create a page that folks can click on called “Food Trailer” or “Daily Menus” and have just the items in the Category of “Daily Menu” show up on that page. Basically a “copy” of the home page, accessable by menu, that has a different Category of items display.

For reference.. www.Fresh-Food2U.com

Hi Desdinova,

Yes — you can absolutely do this. In Shopify, every collection has its own dedicated page generated automatically. For your case, you can:

  1. Create a new collection (e.g. “Daily Menu”).

    • Go to Products → Collections → Create Collection.

    • Add the products you want (either manually or by using conditions/tags).

  2. Grab the collection page link.

    • Once saved, Shopify generates a page at:

      yourstore.com/collections/daily-menu
      
      
  3. Add it to your navigation.

    • Go to Online Store → Navigation.

    • Edit your main menu.

    • Add a new link called Food Trailer or Daily Menus pointing to that collection.

Now, when visitors click Daily Menus, they’ll see only the products in that collection — just like a “copy” of your homepage section but filtered to that category.

If you want the page to have a slightly different look (e.g. styled like the homepage with special sections), you can create a new custom page template in your theme and assign that collection to it.

Hi @Desdinova,

This is possible, you just need to create new page or collection and add Featured collection section to it, it will display fine.

Refer link for collection page

Hope it is clear to you

Hi @Desdinova

Yes you can absolutely do that in Shopify without “copying” your home page. Here’s how:

Option 1: Easiest way (use a Collection Page)

  1. Create a collection called Daily Menu (or Food Trailer).
  2. Add the relevant products (the meals for that menu).
  3. Go to Online Store → Navigation and add a menu link:
  • Name: Daily Menu (or Food Trailer)
  • Link type: Collections → Daily Menu
  1. Shopify will automatically generate a page at /collections/daily-menu with only those products.

:backhand_index_pointing_right: This is the simplest and most Shopify-native way.

Option 2: Custom Page with Collection Section

If you want a custom page layout (not the default collection template):

  1. Create a new page called Daily Menu.
  2. In your theme editor, create a new page template (e.g. page.daily-menu.json).
  3. Add a Collection List or Featured Collection section inside that template and select the Daily Menu collection.
  4. Assign this custom template to your Daily Menu page.

:backhand_index_pointing_right: This lets you design it however you want, separate from the default collection template.

Option 1 worked really well, but thought I would try #2 and don’t see where in the theme editor, to create a new page template ?? I have to be looking right at it, but not seeing it.

Please send me the collaborator code, I’ll check and update you.

I’d rather you just point me to the “new page template” spot. I’m comfortable doing code mods.