RSS link not working in Chrome
-
I’m using
<?php bloginfo('url'); ?>/feed/
to generate the RSS link for a site, which results in https://linesofexcellence.com/feed/This works fine in IE & Firefox but in Chrome it shows the source code of the page. With pretty Permalinks this should be essentially the same as using
<?php bloginfo('rdf_url'); ?>
Do I need to use one of the other feed links (like maybe the RSS 2.0 link
<?php bloginfo('rss2_url'); ?>
) in order to make it work in IE, Firefox, and Chrome?Thanks
- The topic ‘RSS link not working in Chrome’ is closed to new replies.