Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Center area post/pages »

[SOLVED] Remove certain category from loop?


  #1  
Old Sep 28, 2010, 09:24 AM
Katrina
 
2 posts · Sep 2010
Hi there,

I was wondering how I can remove a certain category (in this case 9) from the loop/display on the home page? I'm using Atahualpa 3.5.3!

http://www.praeriecity.com
  #2  
Old Sep 28, 2010, 11:54 AM
paulae's Avatar
paulae
 
1,333 posts · Feb 2009
Wordpress 3.4.1, Atahualpa 3.7.7
A simple method:

In Atahualpa Theme Options/Style and Edit Center Column/Content Above the Loop, add this:

Quote:
<?php if (is_front_page() && !is_paged() )
$posts = query_posts($query_string . '&cat=-15,-80'); ?>
, substituting the category ID 9 in place of 15 and 80. Don't forget the minus sign.

The above code is what I'm using to prevent posts from categories 15 and 80 from appearing on my site's front page list of excerpts.
  #3  
Old Sep 28, 2010, 12:37 PM
Katrina
 
2 posts · Sep 2010
Worked perfectly! Thank you so much!

Bookmarks



Similar Threads
Thread Thread Starter Forum Replies Last Post
remove category menu? stevekay Page & Category Menu Bars 1 Sep 1, 2010 04:39 PM
Remove title in Category Page tommy35 Header configuration & styling 2 Aug 22, 2010 06:37 PM
Remove visible category seoguy Page & Category Menu Bars 1 Apr 18, 2010 07:46 PM
How to remove body text from category view? thesis Atahualpa 3 Wordpress theme 4 Nov 21, 2009 06:31 AM
[SOLVED] Remove a Category from Left Sidebar cltaylor Sidebars & Widgets 3 Sep 25, 2009 05:58 PM


All times are GMT -6. The time now is 09:28 AM.


Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.