Pagination not working
Theme -Vantage 3.0.4
Child Theme - Bfinder
Wordpress 4.4.1
Help please. Pagination on my home page (
www.islandlinks.net) and Directory page (
www.islandlinks.net/listings) does not work.
Permalinks are set to post name and main listing sort in vantage set to default.
This is part of the code from my homepage. Does it look correct. Any help is appreciated
<?php if ( $listings->max_num_pages > 1 ) : ?>
<nav class="pagination">
<?php appthemes_pagenavi( $listings, 'paged', array( 'home_listings' => 1 ) ); ?>