Conflict with RSS Feed
-
Hi,
Exec php is a great plugin, however, I struggle to make my RSS feed work… (https://www.weekenda2.fr/feed). I modified the RSS feed by including “pages” as I use this format quite a lot by adding the following code to my template:// Add Pages to RSS Feeds function myfeed_request($qv) { if (isset($qv['feed']) && !isset($qv['post_type'])) $qv['post_type'] = array('post', 'page'); return $qv; } add_filter('request', 'myfeed_request');
When trying to check the feed with https://validator.w3.org/feed/check.cgi?url=http%3A%2F%2Fwww.weekenda2.fr%2Ffeed
I get an error message which is: line 43, column 0: XML parsing error: <unknown>:43:1: unclosed CDATA section
Does someone has an Idea? I precise that I deactivated all plugins and as I reactivated them one by one, realized that this conflict was caused by Exec php plugin.
Any help will MORE than appreciated!! Thanks a lot ??
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Conflict with RSS Feed’ is closed to new replies.