Blocks and Pretty URL's

Permalink
Is there a way in the current version of C5 now to utilize pretty URL's in a normal page working with blocks or do I still need to use single pages and forfeit caching for this?

 
JohntheFish replied on at Permalink Reply
JohntheFish
Have a look at how the Elemental sample content. The page list on the blog page interacts with topics and date nav according to extra parts of the URL path.
Kiesel replied on at Permalink Reply
Thanks, but I think this needs existing pages to display?

I want to create pages dynamically with content of the database, without the need to create and work with concrete5 standard pages. It's an unnecessary overhead.

With Single Pages that's easy, even if there's hundreds of dynamically created sub-pages.
JohntheFish replied on at Permalink Reply
JohntheFish
You can do the same trick as the page list does in a custom block, which will examine path parts after whatever page the block is on and populate it with data according to those path parts.

ie. No need for a single page. Just a custom block that pretends to be all pages below wherever it is placed. You can then use the block on multiple pages on the site for different sub-trees.