I have a custom filter in RSS posts which excludes articles of some categories. I do this site wise via:
add_filter(‘posts_where’, my_method));
I would like to do the same thing for comments. If not possible site-wise, I would at least like to do this for the main comments RSS feed. Any ideas how to achieve this?
(@michuk)
18 years, 7 months ago
I have a custom filter in RSS posts which excludes articles of some categories. I do this site wise via:
add_filter(‘posts_where’, my_method));
I would like to do the same thing for comments. If not possible site-wise, I would at least like to do this for the main comments RSS feed. Any ideas how to achieve this?