Created
October 31, 2012 05:44
-
-
Save jasperf/3985091 to your computer and use it in GitHub Desktop.
Add HTML to WordPress Tagline #wordpress
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//to add html to tagline in Wordpress adjust the tagline generation in header.php | |
//see http://englishmike.net/2008/07/03/wordpress-quick-tips-2-embedding-html-in-blog-titles-and-descriptions/ | |
//working on functions.php filter.. | |
html_entity_decode(get_bloginfo('description')); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment