• Hi,

    I want to edit the titre of links widget from Links to Resources.

    function widget_title_link( $title ) {
      if( $title == "Links" ) {
            return '<h1 >Resources</h1>';
        }
    	return '<h3>' . $title . '</h3>';
    }
    add_filter( 'widget_title', 'widget_title_link' );

    not working… but he work with any widget wich i cant edit from the pannel admin !!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Is this a custom widget from a theme or a plugin? The author may not have implemented that particular filter.

    Thread Starter pikamo

    (@pikamo)

    i have Dazzling theme…

    Thread Starter pikamo

    (@pikamo)

    i make in panel admin, a category in links.
    so i have now category links by default and a category Resource (id) like my title.
    I display only the category Resource in the widget… So the title is became Resource
    it is safy methode? or there are another better?

    I’m sorry, but I’m having difficulty understanding exactly what you’re trying to do. Which widget are you using?

    Thread Starter pikamo

    (@pikamo)

    sorry, my englsih so bad =)

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘edit the title of links widget’ is closed to new replies.