Title: Widget title format
Last modified: August 21, 2016

---

# Widget title format

 *  Resolved [hrmg](https://wordpress.org/support/users/hrmg/)
 * (@hrmg)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/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!
 * [https://wordpress.org/plugins/multisite-language-switcher/](https://wordpress.org/plugins/multisite-language-switcher/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [Dennis Ploetner](https://wordpress.org/support/users/realloc/)
 * (@realloc)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/widget-title-format/#post-4821871)
 * Thanks for giving feedback. The problem is resolved in version 0.9.9.2, available
   now to download.
 * Cheers,
    Dennis.
 *  Thread Starter [hrmg](https://wordpress.org/support/users/hrmg/)
 * (@hrmg)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/widget-title-format/#post-4821913)
 * Thank you very much!
 * May I know what the problem was in the coding, so as to understand where we were
   not looking?
 * Thanks again for your great plugin!
 *  Plugin Author [Dennis Ploetner](https://wordpress.org/support/users/realloc/)
 * (@realloc)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/widget-title-format/#post-4821943)
 * Yes, in the MslsWidget-Class was an typo. 😉
 * [https://github.com/lloc/Multisite-Language-Switcher/commit/9ac44b4a501df63639df0564fa65d6a8038322bc](https://github.com/lloc/Multisite-Language-Switcher/commit/9ac44b4a501df63639df0564fa65d6a8038322bc)

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Widget title format’ is closed to new replies.

 * ![](https://ps.w.org/multisite-language-switcher/assets/icon-256x256.png?rev=
   2793358)
 * [Multisite Language Switcher](https://wordpress.org/plugins/multisite-language-switcher/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/multisite-language-switcher/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/multisite-language-switcher/)
 * [Active Topics](https://wordpress.org/support/plugin/multisite-language-switcher/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/multisite-language-switcher/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/multisite-language-switcher/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Dennis Ploetner](https://wordpress.org/support/users/realloc/)
 * Last activity: [12 years, 1 month ago](https://wordpress.org/support/topic/widget-title-format/#post-4821943)
 * Status: resolved