Display posts in row Horizontally [closed]

Step 1: build a Loop that loads the posts you want. Note: you can number the limit of results using the posts_per_page parameter.

Step 2: style the posts using CSS. Give each post box a width and float them to the left.