This is actually a followup to a previous question. I am using the list widget shortcode and defining a “title”: [tribe_events_list venue=”yes” organizer=”yes” limit=”3″ title=”XYZ” hide_if_empty=true]. I am then calling that title in the widget code. I got that bit working after my last question.
The problem is that there’s a ghost title string appearing above the start of the widget on the page — literally “XYZ” is appearing as a plain text string above the widget. Not wrapped in any html code or anything, just plain text right above the start of the code generated by list-widget.php. If I remove the “title” field in the shortcode is goes away. If I remove the code I wrote that calls it in the widget, it remains. So it’s directly related to what’s defined in the shortcode.
Where is that text string being generated and how can I prevent it appearing? I didn’t see mention of the title field in the list widget shortcode guide, so is the problem that it’s not actually supported?