Hi,
Very much a novice using wordpress. In the process of setting up my blog with the Punchcut theme and can’t get the RSS feed to work. When I click through on the RSS button on my page, the link is broken. How do I make the RSS button in the header of the blog link to a feed page which allows my readers to use different feed readers? Does it require creating a new page?
The following code is located in the header.php of the punch theme
<a href="<?php bloginfo('rss2_url'); ?>"><img src="<?php bloginfo('template_url'); ?>/images/flw-rss.png" alt="<?php _e('RSS Feed', 'punchcut') ?>"/></a>
My blog is https://www.thespiltbean.com
Any help would be great
Tom