Viewing 6 replies - 1 through 6 (of 6 total)
  • Has anyone figured this out? I’m having a hell of a time.

    Moderator Samuel Wood (Otto)

    (@otto42)

    www.ads-software.com Admin

    RSS feeds are built in. Yours, for example, is here:
    https://www.moodywine.com/feed/

    Glad I’m not the only one with issues. There appears to be no RSS feed built in to my blog either. I added an RSS widget and it is not showing up either.

    The RSS widget is designed to add an outside to your blog. Your theme probably has an RSS button somewhere on your blog page that your readers can use to subscribe. If for some reason your theme has no RSS buttons built into it, you can create them by adding code to your sidebar in the theme editor.

    For Your Feed:

    <li>
    <a href="<?php bloginfo('rss2_url'); ?>" title="<?php _e('Syndicate this site using RSS'); ?>"><?php _e('<abbr title="Really Simple Syndication">RSS</abbr>'); ?></a>
    </li>

    For Your Comments:

    <li>
    <a href="<?php bloginfo('comments_rss2_url'); ?>" title="<?php _e('The latest comments to all posts in RSS'); ?>"><?php _e('Comments <abbr title="Really Simple Syndication">RSS</abbr>'); ?></a>
    </li>

    Once you have a link, your readers can use it to subscribe.
    Hope this helps.

    Hi ~
    Thank you. My theme has text and a link at the bottom but they just open error pages. https://www.blog.riderag.com
    I’m not sure how to put the code you gave me in the sidebar area editor. I am brand spankin new with WP.
    Thanks again.
    Also, I just realized there is no way for people to leave a comment. ?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘RSS FEED’ is closed to new replies.