I’m using this in my search.php template … <div class="pagination"> <?php echo get_pagination_links(); ?> </div> And this is the function … function get_pagination_links() ...
-
April 29, 2022
- 0 Comments