To place the latest blogs below the list of page numbers (so you don't have to scroll past it to click on the next page), do this:
Below:
PHP Code:
<if condition="$pagenav">
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="margin-top:3px">
<tr valign="top">
<if condition="$pagenav"><td align="$stylevar[right]">$pagenav</td></if>
</tr>
</table>
</if>
Place:
PHP Code:
<br />$blogsinsrch
Does anyone know the code to only show this on the first page of search results?