QUOTE (sarah @ Jan 13 2008, 01:46 AM)

It is the nature of the <MTCategories> tag to iterate through each of the categories in turn, so if what you mean by "entries keep grouping togethe" is that the entries from each of the categories are grouped together, then that would be the expected behaviour of the code you're using.
if you want to create a list of entries (rather than a list of categories and the entries in them), then you will want to get rid of the <MTCategories> and <MTFilterCategories> containers, and use a straight
<MTEntries> container with the approriate attributes to exclude/include the categories you want to limit the listing to, eg:
CODE
<MTEntries categories="NOT sitenews AND NOT topstory" sort_by="created_on" order="descend">
Ah... this makes absolute sense... i don't know where in my journey I got convinced I needed to filter the categories. I think after code for weeks one becomes delusional about things and forgets that some answers are simpler than one makes them...
Thank you for guiding me back to the straight and narrow path...
I REALLY do appreciate your help. Thank you.