Return to Snippet

Revision: 11511
at February 7, 2009 18:12 by rickfu


Initial Code
your wp-content/themes/yourthemes/images directory, open up your index.php file, find the loop and make sure that each post is embedded throught a <div class=”post”> tag. This is the case on most themes.Then, edit your style.css file. Find the following line:

.post {

background: transparent url(images/yourimage.jpg) no-repeat bottom;

Initial URL
http://www.wprecipes.com/how-to-separate-each-post-with-an-image

Initial Description


Initial Title
How to: Separate each post with an image

Initial Tags
css

Initial Language
CSS