My question:
This code retrieves the categories. I need to exclude the category number:81. Is there an easy way to exclude it in this code?
<?php
$cat_lists = retrieve_cat_data_sp( get_option('bn_exclude_home_lists') );
for ($i = 1; $i < count($cat_lists); $i++ ) {
if( (get_category( $cat_lists[$i] )->count) > 0 ):
?>