2012-07-16, 17:48:58
There are some use cases where you might want html in the title tag, e.g. to use · and stuff like this…
If you really want to, you can use:
(but I do not recommend using it, unless you know what you're doing…
If you really want to, you can use:
Code:
<?php echo(htmlspecialchars_decode(get_custom_title_tag())); ?>
(but I do not recommend using it, unless you know what you're doing…