Is it possible to have content page inside another content page?
I have a page Group.php it is accessed via /group/:group where :group is a variable this works.
In that page i want to keep a sidebar and load a forum.php
I created the content page and looks ok in wappler.
But what should the path be? I am thinking /group/:group/forum
However NO matter what i put the ROUTES are not updated.
Thanks i had read that page but lost it. My main issue was that no Routes were created ( in the Routes Section on the left) no matter what i entered. maybe a glitch
Yes Content pages work and routing works.
Just when i added/created a content page within a content page no routing was created.
So i had given but today i wanted to try again, can’t get nested routes to work. I mean no routes are created when i add a nested content page.