• hello
    i want to know

    how to remove the links to next post and previous post ?

    im using default theme

    when i visit one of my entries, the links of next post and previous post are at the top of the entry title, i dont like it this way, i think it confuses people instead of guiding them, how do i remove it?

Viewing 3 replies - 1 through 3 (of 3 total)
  • There is a very simple fix for this. Go into your single.php page, find the code

    <div class="navigation">
    			<div class="alignleft"><?php previous_post_link('&laquo; %link') ?></div>
    			<div class="alignright"><?php next_post_link('%link &raquo;') ?></div>
    		</div>

    and delete it or comment it out.

    Thread Starter hustleturtle

    (@hustleturtle)

    thanks

    Sure thing.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘how to remove the links to next post and previous post ?’ is closed to new replies.