I have a master template - /site/page/
On which i display a single entry /site/page/my-entry/
Lower down on that template i have another embedded template that displays a list of events. Simple enough, a single entry tag wraps the whole of the first template, and the embedded template allows for another entries tag to display the events.
Now, in my events i have categories - so if i want to restrict these events by category, i need to put something in the URL, whether that be C1 or or /category/catname/ or whatever.
However, in doing this, the single entry master entries tag, will not display. I cannot turn off dynamic, because it is getting the URL_title from the url to identify which page to display. SO i understand that this is not displaying because it is using dynamic to also check that entry is in a category specified, it is not, so fail.
So my question is - how can i display a category refined list on a page, which also has a single entry on it?