JeffW on "RSS Feed - Exclude Some Categories"
I have a couple of categories of posts that I want to exclude from my RSS feed. How can I do this without hacking the code? I can't see how to do this via a plugin, as I don't know how to set a filter...
View Articleon "RSS Feed - Exclude Some Categories"
To exclude one category i.e. category 3, add the following to the root index.php before the include to wp-blog-header.php: if(isset($_GET['feed'])) { $cat=-3; } To exclude multiple categories i.e. 3,4...
View Articleon "RSS Feed - Exclude Some Categories"
Apologies, just read your post a bit more carefully and realised that you want to do this via plugin hooks and without hacking the code. I'll leave my above post up for reference but someone else will...
View ArticleKafkaesqui on "RSS Feed - Exclude Some Categories"
Download this plugin: http://www.redalt.com/External/plugins.php?p=front-page-cats First you have to edit the $cats_to_show varariable in the plugin file to list the categories to display. Next, look...
View ArticleJeffW on "RSS Feed - Exclude Some Categories"
Thanks for the prompt feedback. Sorry that I am only posting a response now - I found the front-page-cats code useful - learnt something new about tweaking WP / enabled me to achieve what I wanted. Jeff
View Articleckozus on "RSS Feed - Exclude Some Categories"
JeffW, I want to do the same thing. Is it possible for you to share the code to do that ? TIA, ckozus.
View ArticleLK on "RSS Feed - Exclude Some Categories"
This is a great workaround for excluding or including certain categories in a feed. Unfortunately, our site's need to employ the permalink structure category/postname breaks the feed. There is a long...
View ArticleSamuel Wood (Otto) on "RSS Feed - Exclude Some Categories"
Get the Category Visibility plugin. It can hide categories in lots of different ways, one of which is to remove them from the feed....
View ArticleLK on "RSS Feed - Exclude Some Categories"
Txs for the tip. That plugin (updated here) works great for our particular setup. Much appreciated.
View ArticleReply To: RSS Feed – Exclude Some Categories
Txs for the tip. That plugin (updated here) works great for our particular setup. Much appreciated.
View ArticleReply To: RSS Feed – Exclude Some Categories
Get the Category Visibility plugin. It can hide categories in lots of different ways, one of which is to remove them from the feed....
View ArticleReply To: RSS Feed – Exclude Some Categories
This is a great workaround for excluding or including certain categories in a feed. Unfortunately, our site’s need to employ the permalink structure category/postname breaks the feed. There is a long...
View ArticleReply To: RSS Feed – Exclude Some Categories
JeffW, I want to do the same thing. Is it possible for you to share the code to do that ? TIA, ckozus.
View ArticleReply To: RSS Feed – Exclude Some Categories
Thanks for the prompt feedback. Sorry that I am only posting a response now – I found the front-page-cats code useful – learnt something new about tweaking WP / enabled me to achieve what I wanted. Jeff
View ArticleReply To: RSS Feed – Exclude Some Categories
Download this plugin: http://www.redalt.com/External/plugins.php?p=front-page-cats First you have to edit the $cats_to_show varariable in the plugin file to list the categories to display. Next, look...
View ArticleReply To: RSS Feed – Exclude Some Categories
Apologies, just read your post a bit more carefully and realised that you want to do this via plugin hooks and without hacking the code. I’ll leave my above post up for reference but someone else will...
View ArticleReply To: RSS Feed – Exclude Some Categories
To exclude one category i.e. category 3, add the following to the root index.php before the include to wp-blog-header.php: if(isset($_GET['feed'])) { $cat=-3; } To exclude multiple categories i.e. 3,4...
View ArticleRSS Feed – Exclude Some Categories
I have a couple of categories of posts that I want to exclude from my RSS feed. How can I do this without hacking the code? I can’t see how to do this via a plugin, as I don’t know how to set a filter...
View Article