I'm currently dealing with a template issue where the previous/next post links are located at the top of the screen, however, the authors insist on insanely long post titles (ie. +100 characters)... Yeah, I know..
I would like to have part of the previous/next post titles as part of the navigation (rather than just 'previous post' and 'next post'), however, the length is the issue.
Is there any way to truncate these two tags down to say 30 characters with an ending "..." ?:
<?php previous_post_link('« %link') ?>
<?php next_post_link('%link »') ?>
I'm not a developer and I haven't been able to find anything that makes sense.