View Single Post
Old 02-04-2012, 11:33 PM  
harvey
Confirmed User
 
harvey's Avatar
 
Industry Role:
Join Date: Jul 2001
Location: 127.0.0.1
Posts: 9,266
of course, just open your index page, look for the query and add

Code:
'&cat=-15'
where 15 is your "gay" category.

If you want to exclude it ONLY in main page but not in archives, do as follows:

Code:
<?php if ( is_home() ) 
{
query_posts($query_string . '&cat=-15, -20');
}
?>
where, again, 15 is your gay category and 20 is your tranny category, assuming you need to exclude more than 1 cat. Replace with your real category IDs, obviously
__________________
This post is endorsed by CIA, KGB, MI6, the Mafia, Illuminati, Kim Jong Il, Worldwide Ninjas Association, Klingon Empire and lolcats. Don't mess around with it, just accept it and embrace the truth
harvey is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote