Can’t Generate RSS feeds of Entries
-
My RSS sidebar RSS selection won’t generate feeds for visitors to subscribe to. Here is code and errors for both RSS entries and comments. Blog is https://www.wowgreathealth.com
Current code for RSS entries feed:
- ” title=”<?php bloginfo(‘name’); ?> RSS 2.0 (XML)” rel=”alternate” type=”application/rss+xml”>Entries RSS 2.0
- ” title=”<?php _e(‘Syndicate this site using RSS’); ?>”><?php _e(‘RSS’); ?>
- ” title=”<?php bloginfo(‘name’); ?> Comments RSS 2.0 (XML)” rel=”alternate” type=”application/rss+xml”>Comments RSS 2.0
- ” title=”<?php _e(‘The latest comments to all posts in RSS’); ?>”><?php _e(‘Comments RSS’); ?>
I’ve also tried suggested Adding Feeds for entries from WordPress:
But on both codes I get no feeds displayed and Error for RSS Entries:
XML Parsing Error: xml declaration not at start of external entity
Location: https://wowgreathealth.com/?feed=rss2 Line Number 2, Column 1:^—————————————————————————————
Current code for RSS comments feed:
I’ve also tried suggested Adding Feeds for comments from WordPress:
But on both codes I get no feeds displayed and Error for RSS Comments:
XML Parsing Error: xml declaration not at start of external entity
Location: https://www.wowgreathealth.com/comments/feed/
Line Number 2, Column 1:<?xml version=”1.0″ encoding=”UTF-8″?><!– generator=”wordpress/2.0.7″ –>^
- The topic ‘Can’t Generate RSS feeds of Entries’ is closed to new replies.