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 02-29-2012, 02:46 PM
Billmcq Billmcq is offline
Registered User
Pro Plus Member
 
Join Date: Oct 2009
Posts: 326
Default exclude a category from an rss feed, but also have rss feed just for that same cat.

This is not a specific genesis question, but I am using a genesis theme for it and I hope someone can help.

For a church website, I need to have an rss feed for a specific category only.
I can do that with a link like this:
BUT, I also want to exclude that same category from the main website feed which is:
I read that I can exclude a category with the following theme functions file:
Quote:
function myFilter($query) {
if ($query->is_feed) {
$query->set('cat','-5'); //Don't forget to change the category ID =^o^=
}
return $query;
} add_filter('pre_get_posts','myFilter');
where 5 is the category number of the category I want to exclude.
My problem with this functions file is that wouldn't that exclude the category from any feed on the ENTIRE site with that category number , disabling the category specific feed as well ?

How do I go about excluding this category from then main feed, BUT still allow a dedicated feed to it?





exclude a category
 

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 RSS feed InAdvertent General Discussion 3 04-04-2011 09:21 AM


All times are GMT -5. The time now is 07:47 AM.

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