subscribe to feed returning html code not a list of posts
-
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/newsthe 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)
Viewing 1 replies (of 1 total)
- The topic ‘subscribe to feed returning html code not a list of posts’ is closed to new replies.