These forums are now closed and remain for historical purposes.
None of the content applies to the new version 3. For support, get in touch via our contact form.
These forums are now closed and remain for historical purposes.
None of the content applies to the new version 3. For support, get in touch via our contact form.
Forums › Forums › Search & Filter Pro › Issues showing the tagname instead of tagid and displaying results on same page
How about this code:
function searchPagination()
{
$big = 999999999; // need an unlikely integer
global $paged;
echo paginate_links( array(
'base' => str_replace( $big, '%#%', esc_url( get_pagenum_link( $big ) ) ),
'format' => '?sf_paged=%#%',
'current' => max( 1, $paged)
) );
}