Digital experiences for all disciplines
Forum Replies Created
-
Posted in: We hit Power Elite.
-
Great, thank you!
This reply has been marked as private.Hey all, is it possible to have “next” and “previous” pagination type buttons or are numerics the only option? Thanks!
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.
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
Thanks! works perfect, but what was changed because the whole layout is different now.
This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.BTW I’ve tried deactivating all plug in multiple times and it doesn’t remedy it.
This reply has been marked as private.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
) );
} -
Posted in: We hit Power Elite.