Hello there :)
I am having a css template problem with my WordPress 2.3.1
Let me explain
In the search page, I want to be able to display 5 "thumbs" per line with a total of 20 thumbs per page so 5x4 thumbs
I use the post thumbs revisited plugin 2.1.9
but for now the only thing I have achieved is a list of thumbs one after another using this code:
<div class="entry">
<?php the_thumb('showpost=1'); ?>
<?php wp_link_pages(); ?>
<div>
Anyone as any idea of what I could/should do to make it work ?
Thanks in advance
Cotp