• I’ve got links to previous and next posts at the top of post pages (called by index.htm) but as can be seen at http://technohippy.org.uk/blog/?p=10 they are not spaced out evenly. The line of code is:

    <div class="alignjust"><?php previous_post('&laquo; %','','yes') ?><?php next_post(' % &raquo;','','yes') ?></div>

    How do I get them to be spread out across the full width of the title bar of the post?

Viewing 1 replies (of 1 total)
  • Check the single.php file in the default theme (lines 7-10) how it is done. BTW, what you posted cannot be in index.html, since there is no such file in a WP theme – only index.php.

Viewing 1 replies (of 1 total)

The topic ‘Spacing next/prev post links’ is closed to new replies.