• Skip to primary navigation
  • Skip to main content

Genesis Community

Resources for Genesis WordPress Theme Users

  • Facebook
  • Twitter
  • Slack
  • Wiki
  • Login
You are here: Home / Wikis / WordPress / Line breaks in widget titles

Line breaks in widget titles

// Line breaks in widget titles using [br]
add_filter( 'widget_title', 'sk_br_widget_title', 10, 3 );
function sk_br_widget_title( $title ) {

    $title = str_replace( "[br]", "<br/>", $title );

    return $title;

}

Posted by: Sridhar Katakam Category: WordPress

« Theme Logo
Do Shortcode »

Copyright © 2026 · Genesis Sample on Genesis Framework · WordPress · Log in