Exclude Categories
-
I have this Most Recent Posts part in my template.
Now i need to exclude some categorys in this part, but i dont know how to do it.The part that controlls this looks like this,
<div style="float:left;width:463px;"> <h2 class="img_title h2"><span><?php echo OnePanelLanguage::GetText( 'most_recent' ); ?></span></h2> <ul> <?php while (have_posts()) : the_post(); ?>I have tryed to use this before “while” query_posts(‘cat=-7’); that works, but the problems is that i have chosen to show 4 posts, and then when clicking to get to the next page of posts then the same posts appear.
So does anyone know how to fix this?
Thanks
The topic ‘Exclude Categories’ is closed to new replies.