June 26, 2020
Hospital Friends reaching out to Disable...
The Disabled Swimming Club is a volunteer lead service that has been running at the...
Find out more
November 23, 2017
Celebrating our supporters and fundraise...
Hardworking branch leaders, Martin and Brenda Coggon, popped into Location 20, office of The League...
Find out more
//the_posts_navigation();
global $wp_query;
$big = 999999999; // need an unlikely integer
echo paginate_links( array(
'base' => str_replace( $big, '%#%', esc_url( get_pagenum_link( $big ) ) ),
'format' => '?paged=%#%',
'current' => max( 1, get_query_var('paged') ),
'total' => $wp_query->max_num_pages,
) );
?>