StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 05-09-2012, 11:17 PM
seth17's Avatar
seth17 seth17 is offline
Registered User
Genesis Member
Pro Plus Member
 
Join Date: Dec 2009
Location: Kentucky
Posts: 1,538
Default Remove Single Category from RSS Feed

What's the best way to remove a single category from the RSS feed? I tried this code but it doesn't seem to work. Is there another or better way to filter it out?
PHP Code:
add_filter('pre_get_posts','custom_feed_filter');
function 
custom_feed_filter($query) {
    if( 
$query->is_feed )
        
$query->set('cat','-11');
    return 
$query;

__________________
SpearsMarketing.com
 

Tags
remove category, rss feed

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
exclude a category from an rss feed, but also have rss feed just for that same cat. Billmcq General Discussion 3 02-29-2012 04:48 PM


All times are GMT -5. The time now is 03:41 PM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.