Skip to content

Instantly share code, notes, and snippets.

@jasperf
Created October 31, 2012 05:44
Show Gist options
  • Save jasperf/3985091 to your computer and use it in GitHub Desktop.
Save jasperf/3985091 to your computer and use it in GitHub Desktop.
Add HTML to WordPress Tagline #wordpress
//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