Does anyone know the CSS used to accomplish this (removing them entirely)? It is causing my blog post titles to wrap, so merely changing the font color to match the background won't fix the problem. Thanks in advance!
Does anyone know the CSS used to accomplish this (removing them entirely)? It is causing my blog post titles to wrap, so merely changing the font color to match the background won't fix the problem. Thanks in advance!
You can try altering the functions that print the links like this:
<div class="alignleft"><?php previous_post_link('« %link', 'Previous' ) ?></div>
<div class="alignright"><?php next_post_link('%link »', 'Next' ) ?></div>
This way you won't loose the functionality, which IMO is very helpful with blogs. If you really want the links gone, you can just delete these lines from your themes single.php file.
Unfortunately, a css solution will be based on whatever theme you are using.
This topic has been closed to new replies.