Pagination Issues
-
Using Loop and Loopage shortcodes .. but when selecting the next page it just represents the first page of results.
<table>
<tbody>
<tr>
<th align=”left” bgcolor=”#E0E0E0″>field 1</th>
<th align=”left” bgcolor=”#E0E0E0″>field 2</th>
<th align=”left” bgcolor=”#E0E0E0″>field 3</th>
<th align=”left” bgcolor=”#E0E0E0″>field 4</th>
<th align=”left” bgcolor=”#E0E0E0″>field 5</th>
</tr>
[loop type=customposttype orderby=title paged=20 query=paged]
<tr>
<td align=”left”><b>[field title-link]</b></td>
<td align=”left”>[field field_id_2]</td>
<td align=”left”>[field field_id_3]</td>
<td align=”left”>[field field_id_4]</td>
<td align=”left”>[field field_id_5]</td>
</tr>
[/loop]
</tbody>
</table>
[loopage query=paged]
- The topic ‘Pagination Issues’ is closed to new replies.