Quantcast
Channel: RSS Feed – Exclude Some Categories | WordPress.org
Browsing all 18 articles
Browse latest View live

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 Article


on "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 Article


on "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 Article

Kafkaesqui 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 Article

JeffW 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 Article


ckozus 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 Article

LK 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 Article

Samuel 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 Article


LK on "RSS Feed - Exclude Some Categories"

Txs for the tip. That plugin (updated here) works great for our particular setup. Much appreciated.

View Article


Reply To: RSS Feed – Exclude Some Categories

Txs for the tip. That plugin (updated here) works great for our particular setup. Much appreciated.

View Article

Reply 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 Article

Reply 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 Article

Reply 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 Article


Reply 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 Article

Reply 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 Article


Reply 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 Article

Reply 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 Article


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 Article
Browsing all 18 articles
Browse latest View live