I would like to use the code underneath in the search results.
A I like to use paging with this
- Code: Select all
[[foreach amount=12 from=$searchresults item=result]]
<h2><a href="[[ link hrefonly=1 ]]">[[ title ]]</a></h2>
<h3>[[ subtitle ]]</h3>
[[/foreach]]
<center>
[[ paging action='prev' amount=12 ]] |
[[ paging action='next' amount=12 ]] </center>
amount =12 has no influence
does someone know what the correct code should be
thanks!
bc