pagination on top of home listing page
how to pace the pagination on top of listing in va-home.php?
I tried to place the code in top of page but it is not prinitng
<?php if ( $listings->max_num_pages > 1 ) : ?>
<nav class="pagination">
<?php appthemes_pagenavi( $listings, 'paged', array( 'home_listings' => 1 ) ); ?>
</nav>
<?php endif; ?>
Computers are incredibly fast, accurate, and stupid: humans are incredibly slow, inaccurate and brilliant; together they are powerful beyond imagination.