HTML in Taglines – POSSIBLE
-
It IS possible to use HTML in your taglines. I found this tidbit in a 3 year old post at EnglishMike.net using the PHP function html_entity_decode and the get_bloginfo. Repeat: You need to use get_bloginfo so the data is returned to be processed before it is output. It’s as simple as:
echo html_entity_decode(get_bloginfo('description'));
A very helpful tip, and one that should be in the WP forums. I only tested it using
<br>
in the description but I can’t see why it wouldn’t work for other uses.
- The topic ‘HTML in Taglines – POSSIBLE’ is closed to new replies.