How to add line between recent posts?
-
Below is the code from my sidebar.php file that displays recent posts. I think if I change the number 12 to say, 6, I can reduce the number of posts shown.
What would I need to do to add a line between each post listing? As it is now, some post titles display on two lines, others on one. It would be easier to see the distinction between posts if there was a blank line between each one. Thanks!
`<h2>Recent</h2>
-
<?php get_archives(‘postbypost’,’12’,’custom’,’
- ‘,’
‘); ?>
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘How to add line between recent posts?’ is closed to new replies.