• Hi, can anybody tell me how to set up an rss feed on my blog for people to link/subscribe to? Thanks, Noah
    PS here’s my blog if it helps to answer:

Viewing 6 replies - 1 through 6 (of 6 total)
  • WP comes standard with rss already setup/working. The meta section in the sidebar and (depending on theme) comments and posts rss link notation in the footer are ready to go.

    If you’re not seeing RSS for comments and links in the sidebar of the theme you’re using, then you may need to tweak the meta section so they show; or if the theme is widgetized simply activate the appropriate widgets (assuming you’ve installed the widgets plugin from https://automattic.com/code/widgets)

    Thread Starter knowaboa

    (@knowaboa)

    Hi vkatyl, thanks for the informative answer. I’m not sure if my blog is widgetized. Can you tell me how to tweak the meta section so the RSS shows? Thanks, Noah ??

    HEre’s my site in case it helps:
    https://www.goodtherapy.org

    Where’s the actual WordPress blog?

    Thread Starter knowaboa

    (@knowaboa)

    Okay, well, you see that the browser addy bar has a feed icon, right? So that’s a heads up for readers right there. Click on it, get Noah’s Blog by feed….

    Then in your sidebar there’s Meta – it has all the stuff it should have except for some reason the feed stuff isn’t showing.

    You have this in that sidebar area:

    <li><h2>Meta</h2>
    <ul>
    <li><a href=\\"https://www.goodtherapy.org/custom/blog/wp-login.php?action=register\\">Register</a></li>
    <li><a href=\\"https://www.goodtherapy.org/custom/blog/wp-login.php\\">Login</a></li>
    <li><a href=\\"https://validator.w3.org/check/referer\\" title=\\"This page validates as XHTML 1.0 Transitional\\">Valid <abbr title=\\"eXtensible HyperText Markup Language\\">XHTML</abbr></a></li>
    <li><a href=\\"https://gmpg.org/xfn/\\"><abbr title=\\"XHTML Friends Network\\">XFN</abbr></a></li>

    Try replacing it with this:

    <li><h2>Meta</h2>
    <ul>
    <li><a href=\\"https://www.goodtherapy.org/custom/blog/wp-login.php?action=register\\">Register</a></li>
    <li><a href=\\"https://www.goodtherapy.org/custom/blog/wp-login.php\\">Login</a></li>
    <li><a href=\\"https://validator.w3.org/check/referer\\" title=\\"This page validates as XHTML 1.0 Transitional\\">Valid <abbr title=\\"eXtensible HyperText Markup Language\\">XHTML</abbr></a></li>
    <li><a href=\\"https://gmpg.org/xfn/\\"><abbr title=\\"XHTML Friends Network\\">XFN</abbr></a></li>
    <li><a href=\\"https://www.ads-software.com/\\" title=\\"Powered by WordPress, state-of-the-art semantic personal publishing platform.\\">WordPress</a></li>
    <li><a href=\\"feed:<?php bloginfo('rss2_url'); ?>\\">Entries (RSS)</a></li>
    <li><a href=\\"feed:<?php bloginfo('comments_rss2_url'); ?>\\">Comments (RSS)</a></li></ul>
    </li>
    <?php wp_meta(); ?>

    And you might have to tweak with the closing ul and li tagsets – hard to tell without actually having the whole sidebar.php file to hand. If you want to post the whole sidebar.php file, copy the coding to https://wordpress.pastebin.ca and post the link here – I won’t have a chance to look at it before morning, but will get back to you then with a more concrete fix.

    Thread Starter knowaboa

    (@knowaboa)

    Thanks vkaryl, I’ll see if I can make the adjustement you’re suggesting. I apreciate your help ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How to make/set up an RSS feed for my wp blog?’ is closed to new replies.