• Hello,

    I use a one-page theme and I would like to add “#blog” anchor to the Blog navigation links, so that instead of linking to …/page/2/ they would link to …/page/2/#blog

    This is my blog Loop:

    <div class="post-navigation">
    				<div class="alignleft older"><?php next_posts_link( __("&laquo; Older Posts", "shorti") ) ?></div>
    				<div class="alignright newer"><?php previous_posts_link( __("Newer Posts &raquo;", "shorti") ) ?></div>
    				<?php wp_link_pages(); ?>
    			</div>

    What should I modify?
    I’ve found several solutions online but none of them works for me 🙁

  • The topic ‘Add anchor to next / previous_posts_link’ is closed to new replies.