Display posts in row Horizontally
On index.php page, I am showing only thumbs and two custom fields. How can I set specific number of posts in one row like this one; http://www.whatmobile.com.pk
On index.php page, I am showing only thumbs and two custom fields. How can I set specific number of posts in one row like this one; http://www.whatmobile.com.pk
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.
Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.