1 chris_bbg888 Nov 25, 2007 14:52
3 topanga Nov 25, 2007 23:57
In version 2.1 this is solved.
Are you able to upgrade ?
4 chris_bbg888 Nov 27, 2007 11:02
Hey,
many thankx.
Maybe you now another solution because 2.1 is "just" a beta version and we would habe to adapt all the design changes.... again.
Is there an esier way?
Thank you.
Chris
5 topanga Nov 27, 2007 18:21
I use this
<?php
// ------------------------------------ START OF POSTS ----------------------------------------
if( isset($MainList) ) $MainList->display_if_empty(); // Display message if no post
if( isset($MainList) ) while( $Item = & $MainList->get_item() )
{
if( $blog == 1 and in_array( $Item->main_cat_ID, array( 5, 19, 98, 119, 147, 171, 176, 191, 311, 312, 323 ) ) )
continue;
?>
To exclude categories when I'm displaying blog 1
using 1.10.2 :-)