Line Break between titles in recent posts
-
I am using the following code to show recent posts on the sidebar of my blog.
<?php get_archives('postbypost', 10); ?>
My problem is that there is no line break between titles. So it would show the recent posts like this.
Recent Post 1
Recent Post 2
Recent Post 3I want to add a line break between each title so it displays something like this.
Recent Post 1
Recent Post 2
Recent Post 3
How can I do that?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Line Break between titles in recent posts’ is closed to new replies.