khoward87
Member
Posted 2 years ago #
I have been Googling and trying different things all day long and can not find a real good explanation on how to change plain text Widget titles to TTF titles. If I find something that looks promising it's from 2 years ago and doesn't work. Any help would be greatly appreciated.
Thank you!!
If by TTF, you mean True Type Font, then you won't find anything. TTF won't work on web pages as the font display is dependant upon the fonts installed on the user's machine - not the author's machine.
khoward87
Member
Posted 2 years ago #
I'm talking about the TTFTitles plugin:
http://wordpress.org/extend/plugins/ttftitles/
Thank you for responding though :)
khoward87
Member
Posted 2 years ago #
I just wanted to bump this question in case someone who knows the answer may be online right now. I know this can be done as I have seen it on a few blogs, but I can not find any documentation on how to do it.
TIA!
it takes a bit of PHP knowledge, but if you use my plugin
http://wordpress.org/extend/plugins/widget-logic/other_notes/
that gives you a 'widget_content' filter that allows you to do what you want.