• Hi, i want to display recent posts of my blog in footer.php and HORIZONTALLY. I mean a “horizontal” recent posts listing. Is that possible? If yes could somebody write a code example for me? Thank you…

Viewing 1 replies (of 1 total)
  • Basically, in your stylesheet, assign float:left to the LI elements of the recent posts listing. Assign width: 300px to the UL that contains those LI’s (300 is an example – use the width you want the horiz posts to stretch)

Viewing 1 replies (of 1 total)

The topic ‘displaying recent posts horizontally?’ is closed to new replies.