Removing a divider line after last post/widget
-
Hi guys,
On my web-site, on template of home page i show last N posts of my site.
After each post i’ve created divide block with image in background.
How can i remove this block after the post on home page.
Exaclty the same situation i have on sidebar.
Part of code from home page:<?php while ( have_posts() ) : the_post(); ?> /*body of my post*/ <div class="divide"></div> <?php endwhile; ?>
Part from style.css:
.divide-sidebar{ background-image: url(images/someimage.png); width: 100%; background-repeat: repeat-x; margin: 27px 0 0; }
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘Removing a divider line after last post/widget’ is closed to new replies.