I have this piece of code:
<?php the_excerpt_reloaded(12, '', '', TRUE, 'find out more »', TRUE, 1, TRUE); ?>
However, that next-to-last "True" there is supposed to "force more link" - so if the excerpt is shorter than 12 characters, then the more link will still show up.
It's not.
Anyone know why?