During a recent project, one of ExpressionEngine's downfalls quickly forced me to think outside of EE's built-in template syntax. The task was to allow the user to set ANY page to 1) A channel listing page (of any channel) 2) To START from any selected category and 3) Allow users to drill down into any category below the selected parent category. On the surface, this seems like it should be an easy task, particularly if you are not accustomed to ExpressionEngine's syntax and limitations. Luckily, this downfall allows us to tackle this obstacle from many different approaches.
First, lets look at the template from which we will be calling our new template:
{exp:channel:entries channel="static_pages" disable=" pagination|trackbacks" require_entry=—yes— }