Darn.. Doesn’t work afterall
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<?php if (in_category('X') && is_home()) continue; ?>
I tried with category number, name, slug.. No luck. It just shows all thee posts on the homepage. What’s wrong?