Archived topic
html in in site title and/or tagline
5 replies · Started by Pete on March 24, 2016
I've search and tried a few different ways to add html tags into my site title and tagline in the general settings... any ideas?
Ahhh, I was adding a function of the template-tags.php to my child theme functions.php but I forgot I'd already added another function that applied to the tagline, so I just edited that function with this function...
http://www.kirstencassidy.com/allow-html-code-in-wordpress-tagline/
Hm, the html is inserted but html isn't rendering?? - that is, my css isn't being applied.
It should work, but if not you can always just add your site title and tagline using GP Hooks which gives you complete freedom over what to do with the code :)
Hmmm... weird my css isn't working?? I've hacked my child theme so all good.
If CSS isn't working for no apparent reason, validate it to check for errors. Any errors in CSS will result in the rest of the document not being read.
