The problem is pretty simple: Some widgets do have a title, while others don’t. As long as the title filter is present, it works. Example of what the plugin might have:
echo apply_filters( 'widget_title', $instance['title'] );
If that filter is not present, there won’t be a title.
Related Posts:
- Is there any way to dynamically alter widget titles?
- Translate widget titles using qTranslate plugin
- Insert a span inside widget title to give a different color to the second word
- Add Descriptive text to Widget text box so users can see what they contain
- Get widget Title from widget id
- How to get “Widget Logic” plugin’s input value in a custom widget code (to display on the Widget admin page)
- Widgets not adding div on before and after title
- Ampersand breaking Widget title
- Why would apply_filters return a non-empty string, when the value returned is empty?
- Truncate Widget Title
- Widget title showing below widget
- conditional widget title
- How can I use the built in WordPress “browse link” functionality?
- Modifying the default search widget
- How to build widget with arrays inside arrays?
- How do I save data from submitted form from widget
- Add New Footer Widget Area with Limited Options?
- Add div class to only one widget
- How to use control_callback when creating a widget via functions.php or plugin?
- Disable default WordPress widgets in sidebar
- Adding classes to dynamic sidebar
- Widget area inside a widget
- Defer Code in Widgets – Page Speed
- Where are widget configurations stored?
- Bolding specific word(s)/parts of widget title
- How to add a class to a link in text editor
- WordPress widget new instance creates content duplicates
- Remove the widgets tab from theme customizer
- Remove/Add widgets from/to the Available Widgets pool
- Remove/Unregister or hide a widget added by a plugin
- Check if widget is active
- How can I apply css styling to the current day in the calendar widget
- How to check if a widget has no title
- Widget html code error
- Excluding specific widgets from default sidebar class
- How to truncate titles in Recent Posts widget?
- Can WordPress Read Its Own RSS Feed?
- Can’t see widget areas in my customizer
- Display custom widget, added as a shortcode in the correct place
- Debug errors on sidebar
- Show posts from one category with thumbnail and description on latest
- Widget textarea input gets formatted
- Show widget differently depending on if it’s in the sidebar or footer
- Get posts after today (upcoming events)
- Enqueue script/style if certain widget has certain value
- How to display/register widget only on post pages in custom plugin
- Widget page is missing from menu and default widgets are not showing
- Fire on widgets_init only on dashboard
- Access Customizer widget instance form
- Allow shortcode for custom widget
- is_tax() not working in Widget Logic [closed]
- One register_sidebar function works, the other doesn’t?
- How to add the same widget twice?
- How to hide widget if current category has no posts assigned to it?
- Unable to load “wpColorPicker” on theme customize page
- Undefined Variable in my widget
- Update widget form after drag-and-drop “only specific plugin”
- Recent Comments from Specific Category Widget
- Placing a widget with $wpdb query
- How to make widget appear conditionally
- How to allow editing of text in sidebar?
- Shortcode into widget
- Want to add more option in “Sexy Login”
- How to show avatar of current logged in user in a widget
- Got a problem with a widget
- Widget control – putting a slideshow in the widget area
- How to update a widget data?
- custom widget not saved to sidebar
- Recently changed domain name. Home page widgets are now not in the customize menu yet still being on the page
- Is it possible to dynamically output the name of the widgets?
- I accidentally added a widget area called sidebar 1
- wp_registered_widgets doesn’t contains my widgets
- How can I write this code snippet so that it echo’s the response when submitting empty fields?
- What is the difference between widget object and widget instance?
- Apply two different styles to Wiget Titles along with a decorative line
- My plugin works in home page, but doesn’t work in post page
- Widget text color change
- Widget to embed youtube video
- How to make featured area?
- Checking if widget has title not working
- wp_list_categories + widget
- How can I add widgets to the category page?
- How to create another widgets.php page
- widget that will do shortcodes that user inputs
- Disable wordpress widget automatically on error
- Can I add a widget to the of my site?
- Widget dynamically add new input field
- WordPress function breaks widget’s markup?
- Registering multiple copies of a widget
- How do I stop out of stock items from appearing on my WooCommerce site when using the Layered Nav widget [closed]
- Single Widget Multi Sidebar
- An issue with register_sidebar and the admin interface
- page url in shortcode
- Add text to Text Widget using Javascript
- Widget on home page displays wrong time compared to same widget on inside pages
- Subpages menu on sidebar plus widgets
- Widgets in PHP files?
- Text Widget Not Working
- Sample widget code which get data(1-5 record) from Wp_Admin panel and display to Homepage(WordPress Custom Theme)
- getBlockVariations(…) is undefined in Widget and Template Part editors but not Post Editor