Forum Replies Created

Viewing 15 posts - 1 through 15 (of 18 total)
  • in reply to: Pagination glitch #133884
    espree
    Member
    Post count: 20

    Great, thank you!

    in reply to: Pagination glitch #133845
    espree
    Member
    Post count: 20
    This reply has been marked as private.
    in reply to: Pagination error #92878
    espree
    Member
    Post count: 20

    Hey all, is it possible to have “next” and “previous” pagination type buttons or are numerics the only option? Thanks!

    in reply to: Pagination error #82115
    espree
    Member
    Post count: 20

    Looks like you just updated the theme. I wish you told me first. I worked really hard to get everything how I liked it. Spent several hours. I’m glad the pagination works but I am heartbroken all my work was for nothing. I’ll make due with how it is now.

    in reply to: Pagination error #82114
    espree
    Member
    Post count: 20

    did you simply update the theme? I would have don’t that manually because now there’s things missing. Hope that’s not the case. Please let me know

    in reply to: Pagination error #82112
    espree
    Member
    Post count: 20

    Thanks! works perfect, but what was changed because the whole layout is different now.

    in reply to: Pagination error #81282
    espree
    Member
    Post count: 20
    This reply has been marked as private.
    in reply to: Pagination error #81280
    espree
    Member
    Post count: 20
    This reply has been marked as private.
    in reply to: Pagination error #68166
    espree
    Member
    Post count: 20
    This reply has been marked as private.
    in reply to: Pagination error #67813
    espree
    Member
    Post count: 20
    This reply has been marked as private.
    in reply to: Pagination error #67466
    espree
    Member
    Post count: 20
    This reply has been marked as private.
    in reply to: Pagination error #67399
    espree
    Member
    Post count: 20
    This reply has been marked as private.
    in reply to: Pagination error #67002
    espree
    Member
    Post count: 20

    BTW I’ve tried deactivating all plug in multiple times and it doesn’t remedy it.

    in reply to: Pagination error #67001
    espree
    Member
    Post count: 20
    This reply has been marked as private.
    in reply to: Pagination error #66529
    espree
    Member
    Post count: 20

    Is something wrong with the theme code? I haven’t altered it at all.

    /* PAGINATION
    ================================================== */

    function pagination() {
    global $wp_query;

    $big = 999999999; // need an unlikely integer

    return paginate_links( array(
    ‘base’ => str_replace( $big, ‘%#%’, get_pagenum_link( $big ) ),
    ‘format’ => ‘?paged=%#%’,
    ‘current’ => max( 1, get_query_var(‘paged’) ),
    ‘total’ => $wp_query->max_num_pages
    ) );
    }

Viewing 15 posts - 1 through 15 (of 18 total)