I'm looking for a way to limit the # of characters and strip out html code from next - previous links.
Some of the post titles are long, and have breaks and different font sizes in them. For example
Here is the code I am using.
<?php previous_post('« Previous %','','yes') ?>
<?php next_post('% Next »','','yes') ?>
Any help would be appreciate.