- This topic has 1 reply, 2 voices, and was last updated 9 years, 3 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
These forums are now closed and remain for historical purposes.
None of the content applies to the new version 3. For support, get in touch via our contact form.
Forums › Forums › Search & Filter Pro › Pagination placement
Is it possible to load the pagination results
[code]
Found <?php echo $query->found_posts; ?> Resources</br>
Page <?php echo $query->query[‘paged’]; ?> of <?php echo $query->max_num_pages; ?>
<div class=”pagination” style=”margin: 0px;”>
<div class=”nav-next”><?php previous_posts_link( ‘Previous’ ); ?></div>
<div class=”nav-previous”><?php next_posts_link( ‘Next’, $query->max_num_pages ); ?></div>
[/code]
Outside of the results. Preferably before Because it’s interfering with the grid layout. Or is it better if I just finesse it with css?
Here is my sample page.