• I removed ads from category (in single.php) using this,

    <?php if ( !in_category(15) ) { ?>
    my ad
    <?php } ?>

    but I need also remove ads from header, and sidebar, only in one category. Is it possible? thx

  • The topic ‘remove ads from header/sidebar in individual category’ is closed to new replies.