1. Create a custom field for the title with HTML
[* http://digwp.com/wp-content/blog-images/html-title-custom-field.png *]
2. Output custom field on pages you want the HTML
For example, on the single.php page where you would have used
/—code php
\—
Now you use
/—code php
ID, „HTML_title“, true);
if ($html_title) { ?>
\—