edit the title of links widget
-
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)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘edit the title of links widget’ is closed to new replies.