Open GoogleCodeExporter opened 9 years ago
You can edit navigation.php and remove this is logic:
Replace:
<?php if (is_singular()) : // Whether is single post, is a page, or is an attachment ?>
<div class="alignleft"><?php next_post_link('%link', '<span>«</span> %title') ?></div>
<div class="alignright"><?php previous_post_link('%link', '%title <span>»</span>') ?></div>
<?php elseif (function_exists('wp_pagenavi')) : // Plugin pagenavi ?>
To:
<?php if (function_exists('wp_pagenavi')) : // Plugin pagenavi ?>
Original comment by AntonShe...@gmail.com
on 13 Jul 2011 at 6:50
Thank you!
How might I close the space between links in the "Header Menu?" I can't
seem to identify that in the code.
This is my last tweek, thanks for the support!
--Anthony
Original comment by anthony....@gmail.com
on 20 Jul 2011 at 7:43
Original issue reported on code.google.com by
anthony....@gmail.com
on 13 Jul 2011 at 1:03