Skip to content

WordPress remove specific categories posts from the Loop

<?php query_posts('cat=-1'); ?>

<?php if (have_posts()) : ?>

<?php while (have_posts()) : the_post(); ?>

        <h3></h3>
        
        <p><?php the_time('F jS, Y') ?></p>

        <?php the_content(); ?>

<?php endwhile; ?>
0 0 votes
Article Rating
Subscribe
Notify of
guest

0 Comments
Inline Feedbacks
View all comments