For the upcoming 0.5.2 and CaféLog: added the possibility to display only some categories on your page, or to display all but some of them.
How it works: first line of your blog template, you would add this line: <?php $cat="1and3" ?> to display only categories #1 and #3, or $cat="not2" to display all posts but category #2, or $cat="not2and4" to exclude #2 and #4. Or you can also make that into the querystring, with ?cat=not2and4.
Syntax: put 'and' between two numbers to associate them, and/or 'not' in front of all the string to exclude them.
michel v @ 18:18:49 804
13 comments,
11 trackbacks,
no pingback
No Pingback on this post so far.