This still doesn’t work. I followed the directions exactly and the feed still isn’t working. I’m still just getting a Tweets By ** and the twitter logo in a white box.
is_front_page was failing to function after blog content was being pulled onto the home.
is_home worked fine for leaving it elsewhere on the site.
Makes no sense though, because it requires the inverse of what it should.
<?php if (is_home()) {
get_sidebar();
} ?>
It is now also making my about page show up like my blog page.