If possible,
How do you remove the gap between the posts.
This is an example I found
Thanks kz,
When I added the code, there was 4 columns
But I changed it from:
<?php
$col = 0;
$cols_per_row = 3;
while (have_posts()) : the_post();
to
<?php
$col = 0;
$cols_per_row = 2;
while (have_posts()) : the_post();
And it works.
Thank you very much.
Hi kz,
Thanks for the reply.
I just need two changes.
1) I don’t want the posts to go down instead just sideways.
e.g.
1 2 3
4 5 6
etc
Sorry about that, it’s because I changed the layout.
2) The thumbnails isn’t showing. I use this plugin: Thumbnail for Excerpts