Forums

Suppressing the previous and next blog post titles (2 posts)

  1. Aswan79
    Member
    Posted 3 years ago #

    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!

  2. Michael Fields
    Theme Wrangler
    Posted 3 years ago #

    You can try altering the functions that print the links like this:

    <div class="alignleft"><?php previous_post_link('&laquo; %link', 'Previous' ) ?></div>
    <div class="alignright"><?php next_post_link('%link &raquo;', '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.

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.