• I would like to remove the Previous/Next posts at the top of each post page as a) they are very hard to read b) they keep bumping down my posts.

Viewing 1 replies (of 1 total)
  • <div class="navigation">
    			<div class="alignleft"><?php next_posts_link('&laquo; Older Entries') ?></div>
    			<div class="alignright"><?php previous_posts_link('Newer Entries &raquo;') ?></div>
    		</div>

    Remove those two functions.

Viewing 1 replies (of 1 total)
  • The topic ‘Remove Previous/Next Posts?’ is closed to new replies.