Need help adding "Subscribe to category feed" on sidebar

2 replies
I need help adding a "Subscribe to this category feed" link on my sidebar.

My site has several categories and I'd like to give readers the option to subscribe to the feed of the specific category they are currently reading from.

Does anyone know the code to add to my sidebar? I am looking for a code that would automatically "get the right category feed" from any post on the site.

I really appreciate.

Sandrine
#adding #category rss #rss #sidebar
  • Profile picture of the author Steve_Nam
    Hi Sandrine, it depends how your site is set up, really. Can you post the link to your site?

    - Steve
    {{ DiscussionBoard.errors[2179455].message }}
  • Profile picture of the author ksandra
    Thanks Steve,

    hmm, I'd rather not. It's a simple wordpress site.

    I found this code but can't seem to get it to work on my site.

    <a href="<?php echo get_the_category().'/feed'; ?>"><?php echo get_the_category().' rss feed'; ?></a>

    It only gives me "Array rss feed" and link to (current page link)/Array which of course doesn't exist.

    But if this could work, it would be what I am looking for.

    Sandrine
    {{ DiscussionBoard.errors[2180449].message }}

Trending Topics