render characters rather than entities?
-
I’m running wp2.0.4
Occasionally, I use extended characters (é, ♥ by typing é ♥) in a post_title. When one hovers over the date of post on the calendar, the character entity shows rather than the character itself. For example, if a post were entitled “Café Express”, the title spec would be “Café Express”
I’ve searched wp as best I can for a fix – found mention about how to get these kinds of characters to appear in the permalink rather than be removed entirely. But I don’t think that’s the answer.
I also looked in php.net and believe that html_entity_decode may be the coding required. But where would it go??
What part(s) of wp needs changing to render characters rather than entities in titlespecs on the sidebar? I’m guessing somewhere in wp_includes/functions.php or wp_includes/functions_formatting.php
- The topic ‘render characters rather than entities?’ is closed to new replies.