• joeeugene

    (@joeeugene)


    Hi, I’m looking for a way to use TTF title for my widget titles. Not to sure where to even start looking. Is there a general php page that overlooks all of the widget outputs?

    More specifically i’m trying to get the titles for quickflickr widget and twitter for wordpress widget to be TTF title.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter joeeugene

    (@joeeugene)

    is there a certain php code i should be looking out for?

    alanft

    (@alanft)

    i specifically added a function to my widget_logic plugin to allow me to do this

    http://wordpress.org/extend/plugins/widget-logic/other_notes/

    when you tick the option to activate it, widget logic can add a ‘widget_content’ filter that allows you to change the output of all widgets. sample code for specifically subbing in a TTF title graphic in place of a widget title is given on the page linked above

    (i might add this wasn’t an arbitrary addition, as widget logic intercepts all widget execution anyway, it seemed like a cool addition to the code, and one i needed/wanted at the time)

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘TTF TITLE with Widget titles’ is closed to new replies.