Is there a way to put a divider between each day's postings? There is a topic that seems to address this (link), but there was no resolution of it. Is it really not possible with WP?
Thx.
Is there a way to put a divider between each day's postings? There is a topic that seems to address this (link), but there was no resolution of it. Is it really not possible with WP?
Thx.
Sure. You can use an image (divider graphic) or a horizontal rule or a border (solid, dotted or dashed).
You control the style of the divider through the stylesheet
Create a selector:
.divider {
}
And style it to your heart's content.
Then add it to your template just below the trackback_rdf lines:
<div class="divider"> </div>
HTH.
This topic has been closed to new replies.