I have 6 catagories... BUT I only want catagory 1, 2 and 5 to disaply...
Is there anyway of selecting which ones I want to show, or is it simply a case of all of them, OR one of them?
It how you say it is. You could include your index.php file multiple times to show different categories each time, but i believe N-13 isn't designed to work that way; so it'll probably won't work.
Maybe it's possible for you to merge category 1, 2 and 5 into just one category?
I recently found this script and absolutely love how simple it is to use and configure. This thread details one of the few feature I want to implement. I too need to aggregate the contents of 2 or more categories for display.
One option I thought of was to assign multiple, comma-delimited, categories to the $cat variable and parse the variable value on the back end. Of course the script will have to me modified further to gather the results for display.
If a better option does not come along in the next day or so, I will try this and post the results to this thread.