Full text articles in the rss feed (i.e. without the more tag)
Ok, so it turns out that I needed to use the the_excerpt_rss filter and to modify the code so that it only applies to the R category I just added a is_category(“R”). Below you can find the altered Full Text Feed plugin: function ff_restore_text ($content) { if ( is_feed() & is_category(“R”)) { global $post, $page, … Read more