Hello how can i make an extra link between the links next page / previous page.
With that extra link I would like to go to page 2,3,4,5 etc.
I now use the template like this;
<table cellpadding=“0” cellspacing=“0” border=“0” width=“90%”>
<tr>
<td>%%weblog_prev_page%%</td>
<td align=“right”>%%weblog_next_page%%</td>
</tr>
</table>
What do i have to place between te prev en next url?
