I am attempting to accomplish the following:
RSS Feeds based off of the Categories, Search Results, and Tags, with Full Articles displayed in the RSS Feeds.
I attempted to do this by using WP More Feeds so that the RSS Feeds can be grabbed by category, search result, and tag, and I used the <?php the_content(); ?> code in the archive.php so that the full articles would be displayed, so that WP-O-Matic would fetch the Full Articles in the RSS Feeds.
The problem: The <?php the_content(); ?> code shows the full articles to the categories, search result, and tag, however the RSS Feeds stop working and there is an error. Once I remove the <?php the_content(); ?> code from archive.php, the RSS Feeds begin to work again without the full articles.
Is there any easier solution?
Thanks,
Matt