I want a divider between each post on my news page (
http://www.shaunhillphotography.co.uk/news/), like the one on
http://pexeto.com/acoustic_wp/contact/
I have a valid installation of this theme, but it just didn't cut it. So I have been working with an alternative theme. However, I miss the above described feature and would like it reintroduced using the alternative theme.
I expect I will need to make a modification to a php file, so that the theme automatically inserts this divider between each news article automatically, along with inserting
.double-line {
width: 100%;
height: 1px;
display: block;
border-top: 1px solid #ebebeb;
border-bottom: 1px solid #f5f5f5;
font-size: 1px;
}
into the custom CSS file.
Does anyone know how I would go about doing this?