Columns and pagination issue
-
Hello,
I’m using Category list plugin, which works great. I have made columns with the code below with 1 instance. I can’t get the pagination to work correctly. Anyone knows a solution?
Thanks alot!
Niels
<table>
<tbody>
<tr>
<td>[catlist name=”category1″ orderby=date date=yes excerpt=yes excerpt_size=60 thumbnail=yes thumbnail_size=60,60 thumbnail_template=default thumbnail_class=lcp_thumbnail instance=1 numberposts=5 excludeposts=this pagination=yes]</td>
<td>[catlist name=”category1″ orderby=date date=yes excerpt=yes pagination=no excerpt_size=60 thumbnail=yes thumbnail_size=60,60 thumbnail_template=default thumbnail_class=lcp_thumbnail instance=1 numberposts=5 excludeposts=this offset=5 pagination=yes]</td>
</tr>
</tbody>
</table>
The topic ‘Columns and pagination issue’ is closed to new replies.