• I just installed this theme on my blog (www.salvagedfaith.com)

    Beneath the footer, full blog posts are appearing for the next posts after the ones on the main page. Help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter amomono

    (@amomono)

    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…

    Theme Author Shaped Pixels

    (@shaped-pixels)

    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;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Posts appearing below footer’ is closed to new replies.