How do I include multiple categories in my RSS Feed?
Thank you.
How do I include multiple categories in my RSS Feed?
Thank you.
Hey,
Your standard site RSS should already do this for you, you can select which categories are not shown using a query string e.g.
http://www.example.com/?cat=-123&feed=rss2
would remove the category with the ID of 123. You can add additional categories to remove separating them with a comma e.g.
http://www.example.com/?cat=-123,-321&feed=rss2
James
Thank you!
Glad that James could help you - just ask if you've any other questions :)
You must log in to post.