Widget title format
-
Hi!
We have just updated MLS to version 0.9.9.1. The title we give to widget is not formatted as the other widgets. Our theme’s functions.php file adds an <h1> code before widget titles and </h1> after. Everything was fine with version 0.9.8.2, but now the format is not added before and after MLS widget title. Here is the part of the functions.php file that does the coding:
register_sidebar(array(
‘name’ => __(‘Footer sidebar’, ‘website’),
‘id’ => ‘sidebar-bottom’,
‘before_widget’ => ‘<li id=”%1$s” class=”widget %2$s”>’,
‘after_widget’ => ”,
‘before_title’ => ‘<h1>’,
‘after_title’ => ‘</h1>’
));
It seems that the “Title” is not well registered as being a real “Title”.
Thanks in advance, and thank you very much for this really great plugin!
The topic ‘Widget title format’ is closed to new replies.