How to add anchor link inside next/previous page link?
-
Code of my pagination is:
<div id="pagination"> <ul> <li class="left"><?php previous_posts_link('← Newer'); ?></li> <li class="pages"> <span><?php echo $glob_current_page; ?>?/?<?php echo $wp_query->max_num_pages; ?></span> </li> <li class="right"><?php next_posts_link('Older →'); ?></li> </ul> </div>
How to add
#pagination
in href to these links?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How to add anchor link inside next/previous page link?’ is closed to new replies.