Forums
(@alex7)
18 years, 1 month ago
Just change:
<?php if ( !(in_category($asidecat)) ) { ?>
To:
<?php if ( !(in_category($asidecatid)) ) { ?>
So that it matches the variable you set.