• I am setting up a blog using the latest version of WP for the first time and the links to subscribing via RSS are not working. I think the code in my sidebar.php file is correct according to the codex, and searching for this problem in the forums only returns some really old posts.
    The site is: https://www.midcoastprintmakers.com/news

    the code for the links is:

    <ul>
     <li><a href="<?php bloginfo('rss2_url'); ?>">Subscribe to the News via RSS</a></li>
      <li><a href="<?php bloginfo('comments_rss2_url'); ?>">Subscribe to the Comments (RSS)</a></li>
      </ul>

    Am I missing something really basic? Thanks for any help you can give me.

Viewing 1 replies (of 1 total)
  • Thread Starter jmbroekman

    (@jmbroekman)

    I apologize, one more thing, I just checked in Firefox and it’s working, but in Google Chrome is where the problem appears to be (I have yet to look on a windows machine at IE).

    Thanks, again.

Viewing 1 replies (of 1 total)
  • The topic ‘subscribe to feed returning html code not a list of posts’ is closed to new replies.