Oh! I found it. I has scroll infinitely selected. I do, however, now have an “older posts” button that shows up that I would like to get rid of…
If you want that totally gone, it looks like it’s a result of the infinite setup…so you will want to create some custom CSS like this:
#infinite-handle {
display: none;
}
A little bonus for you….I was just checking your site out and noticed the comments widget in the bottom area has bullets showing. I’m assuming this is part of a special plugin you are using, so if you want those bullet points gone, do this:
#bottom-sidebar ul.cwp-ul {
list-style: none;
padding-left: 0;
}