Thank you all,
It works.
gr
Iwan
Hello Josue,
When i ad this code
*********
function wpa_105883_menu_title_markup( $title, $id ){
if ( is_nav_menu_item ( $id ) ){
$title = preg_replace( ‘/#BR#/’, ‘<br/>’, $title );
}
return $title;
}
add_filter( ‘the_title’, ‘wpa_105883_menu_title_markup’, 10, 2 );
************
everything freezes and wordpress does not work anymore.
I put the code in the theme (Enfold) functions is that right?
Greetings
Iwan