Support » Fixing WordPress » Insert divider between posts

  • I use the Twenty Twelve theme, and am currently using an image divider between all posts. To do this, I placed an image via url at the bottom of each article.

    .site-content article {
    background: url(‘http://tacklingmommyhood.com/wp-content/uploads/2013/01/divider-REALLY-WIDE-with-BIG-letters.png’) no-repeat center bottom;

    I have 2 problems with this: 1) it appears on my homepage at the very bottom under the last post (instead of just in between posts)…. but more importantly, 2) on the actual post page, it appears at the bottom of my post before my comments and then between each comment. It just doesn’t look good. I don’t want that divider on my post page at all.

    Basically, I would like to create a “divider” class and input it in my index.php template like I have read on other forum topics. I’ve tried it, but it seems to not be working for me. Can someone please help?

    This is my site: http://tacklingmommyhood.com

Viewing 1 replies (of 1 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    There’s nothing in these sections of the posts;

    <footer class="entry-meta">
    </footer>

    Would it work if you apply the background image to that?

Viewing 1 replies (of 1 total)
  • The topic ‘Insert divider between posts’ is closed to new replies.