Copy next» and «previous script code
<link rel="stylesheet" href="http://strikecoded.xtgem.com/Wapmasta/Css/theme.css"/><!--parser:xtscript-->
# Paging function
function paging_template $url;$page;$active_page;$total_pages;
# Only one page so exit
if $total_pages == 1
goto @end
endif
# Default button html
assign $button=<li><a class="$button_class" href="$url">$page</a></li>
# Paging container
if $page == 1
print <ul class="pager pager-lg">
endif
if ($page+1) == $active_page
print <li class="previous"><a href="$url#srchfrm">«Prev</a></li>
endif
if ($page-1) == $active_page
print <li class="next"><a href="$url#srchfrm">Next»</a></li>
endif
if $page == $total_pages
print </ul>
endif
@end
endfunction
<!--/parser:xtscript-->
Copy code wich site blog twig do u need?