View Single Post
Old 01-08-2010, 05:34 PM  
Dennis69
Confirmed User
 
Join Date: Feb 2003
Location: Dreamland
Posts: 1,685
Wordpress Gurus... Help Me Please... Exclude Category Posts!

I'm trying to exclude a category from displaying it's post on the pages of my blog... I can get it work but when I do you can't navagate to other older posts

Here is the code I'm taking from wordpress help...

Code:
<?php
   if (is_home()) {
      query_posts("cat=-3");
   }
?>
And I'm adding it before the loop

Code:
				<div id="content">
                                                   (INSERTING ABOVE CODE ON THIS LINE)	
					<?php if (have_posts()) : ?>	
						<?php while (have_posts()) : the_post(); ?>
What am I doing wrong

Thanks in advance for the help
__________________
HaHaHa
Dennis69 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote