I'm kinda horrible at web stuff, so I'm using a theme someone else created, right? So, on my homepage, there are button links, one of which links to my RSS feed, except it's linking to the wrong URL.
I thought I could correct the link in the theme editor, but when I find the code that links the button, it says this:
(Note: I changed all the angled brackets to square brackets)
[a href="feed:[?php bloginfo('rss2_url'); ?]" title="Posts RSS Feed"]
I can't find where it states the actual URL, so I can't fix the URL.
Any help here, please?