• So, I have my next/Previous posts setup to show the titles. but if a title is long, then the post titles are more than 1 line and it looks ugly.

    How do I make something like this:

    Previous Title name . Next Title
    Name

    look like this:

    Previous Title name . Next Ti…

    This is my current code:

    <center><p style="font-size: 150%;"><?php previous_post_link('<strong>%link</strong>'); ?> ? <?php next_post_link('<strong>%link</strong>'); ?></p> </center>

    And here is my site and a page with my problem on it:

    EXAMPLE POST

    Thanks!

Viewing 15 replies - 1 through 15 (of 15 total)
Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘How do I truncate Next/Previous Post?’ is closed to new replies.