Custom filter in RSS comments
-
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?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Custom filter in RSS comments’ is closed to new replies.