• I installed the Feed Statistics plugin (4.0.1) to manage the default WordPress RSS feeds.

    The sidebar of the DECODE theme has Meta options for Entries RSS, and Comments RSS. I want to display the number of existing subscribers beside each feed like this:

    Entries RSS (123 subscribers)
    Comments RSS (54 subscribers)

    Documentation says I should add the code
    <?php feed_subscribers(); ?>
    to display the text “123 feed subscribers”.

    What file should I add it to?

    Thanks

  • The topic ‘How to display RSS subscriber count on Decode theme sidebar?’ is closed to new replies.