Plugin Author
e2b
(@e2b)
Hello. There are multiple ways to address your problem. You can specify a CSS class that shouldn’t be hyphenated (and is set within your website’s template accordingly), you can define exceptions right within the plugin options page and you might adjust the minimum length of words that should be hyphenated, so that hyphenation is only used for longer ones, leaving most of the words unhyphenated. There is nothing like an option to only use common hyphenations.
Thread Starter
yosmc
(@yosmc)
Thanks for the reply. I’ve already tried/considered the approaches mentioned, but I am afraid that none of them work for me:
– As I said, the issue I’m having is with post titles, and using additional css classes within titles will screw up all kinds of things, e.g. the links used for twitter and facebook.
– Exceptions don’t address the problem, because the issues I’m having mostly appear with the longer words that should definitely get a hyphen somewhere, just not where it is happening by default. Biotechnolo-gy just looks odd in a post title, but that doesn’t mean there should be no hyphen at all.
– Same goes for minimum length, setting the minimum length to 14 characters just to avoid the above situation would seem like an overkill.
Thinking about it, minimum length for word parts might do the trick, i.e. only hyphenate if both parts of the word that is separated are at least X characters long.
Thread Starter
yosmc
(@yosmc)
That is truly awesome – I totally missed the fact that exceptions allows you to define hyphen positions. Exactly what I wanted – thanks again!