tomharrigan / voicewp

Create Alexa Skills through WordPress
https://voicewp.com/
MIT License
129 stars 25 forks source link

Fix &nbsp insertion #79

Closed tomharrigan closed 7 years ago

tomharrigan commented 7 years ago

a filter on 'the_title', ‘widont’ prevents typographical orphans by replacing the last whitespace character with a  

We don’t want that to be output in the title because amazon will display the raw  , and we already have the post object, so might as well get the title directly from the object instead of calling get_the_title and applying unneeded filters or having to unhook filters for proper output.