3 replies
  • WEB DESIGN
  • |
Hi,

I'm looking for a way to link my RSS feed on my WordPress sites, but have not been able to find any plugins that do that.
Any input?
It should not show the posts, just a nice link to the feed.

Thanks.

Best regards,
Thomas
#link #plugin #rss
  • Profile picture of the author IronMike
    Add a text widget to your sidebar and use this code in it(Or anywhere in your theme/posts etc):
    Code:
    <a href="http://www.yoursite.com/?feed=rss">MY RSS FEED</a>
    Or with a nice RSS image/badge:
    Code:
    <a href="http://www.yoursite.com/?feed=rss"><img src="http://www.SomeUrlWithTheImageYouWant.com/pic.jpg"/></a>
    Replace the URL's with your own of course
    {{ DiscussionBoard.errors[6622620].message }}
  • Profile picture of the author ThomasTe
    Thanks a lot, Mike. That really helped me out.

    Enjoy the summer.
    {{ DiscussionBoard.errors[6622860].message }}
  • Profile picture of the author IronMike
    No problem. I'm totally prepared for my Irish summer; wellington boots, raincoat and umbrella.
    {{ DiscussionBoard.errors[6624234].message }}

Trending Topics