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:
Thanks!