Separate each wordpress post with an image

February 8, 2009

First, you need an image. Once you have it, upload it to 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 { And paste this code: background: transparent url(images/yourimage.jpg) no-repeat bottom;  Read More →

Page 1 of 11