How to make a Dynamic page as a Homepage

Hi,
i have a dynamic page https://www.blogtog.net/home which i want to use as home page. but i cant get any option. so now i have to make a static page as home page and then redirect while ready.

is there any option to make dynamic page as home page?

1 Like

No. You can’t set a dynamic page as homepage.

1 Like

Since Dynamic Pages have different URL endings per page, I don’t think it’s possible.

Unless you make the page and redirect to it (using the Analytics page instead of Wix Code so you don’t need to wait for the full page to load before it redirects)

1 Like

Has anyone in the meantime come up with any solution/workaround?

Unfortunately, it is not possible - it says “You can’t redirect traffic from your homepage (…)”.

You can place a repeater and a dataset on your homepage, then it’s like an dynamicpage. Users won’t notice any difference

Thank you this was very helpful!

This comment led me to the answer: Your page may not need to be dynamic. Your page only needs to be dynamic if the URL changes.

I had a dynamic page that was basically a store page where people could click different products and be led to different product pages (also dynamic pages).

What I learned is this: the menu page (store page w different products listed) didn’t need to be dynamic. Only product {slug} pages needed to be dynamic in my case.

I pressed “remove connections” from the store page, which kicked the page into the “site menu” section. Once there, the store page could be set as a home page.

2 Likes

God bless you, it helped me a lot