How to have all items on homepage - simple theme

I’m trying to have all my items on the homepage of my site, instead of having to click on the menu to open the “everything” collection. I’m using the “simple theme”. www.dungeonruins.com

thank you

Hi @DungeonRuins

Hope you are doing well

You can try add this snippet to your homepage.
{% for product in collections[‘all’].products %}
{{product.title}}
{% endfor %}

Where would I add that?

It is a pleasure to greet you.

In this video there is information that may be useful:

https://app.hopps.io/videos/how-do-i-have-all-the-items-on-the-home-page-178f142840d
We hope it will be helpful. Have a nice day. Thank you.