Forums Forums Search & Filter Pro Issues showing the tagname instead of tagid and displaying results on same page

Viewing 10 posts - 31 through 40 (of 56 total)
  • Trevor
    #51260

    I have passed this to the developer to look at, but he is away for a long weekend.

    Trevor
    #51267

    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)
        ) );
       }
    Anonymous
    #51290
    This reply has been marked as private.
    Trevor
    #51294

    You replaced your function with this?

    Anonymous
    #51300
    This reply has been marked as private.
    Trevor
    #51303

    I am not sure. It will have to wait till Ross can take a longer look at ti.

    Anonymous
    #51360
    This reply has been marked as private.
    Ross Moderator
    #51618
    This reply has been marked as private.
    Anonymous
    #51626
    This reply has been marked as private.
    Anonymous
    #51669
    This reply has been marked as private.
Viewing 10 posts - 31 through 40 (of 56 total)