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.