I’m customizing the list widget template, which I plan to use on some pages via the shortcode, and I want to be able to work with the widget title as defined in the shortcode (title=”XYZ”) but I cannot for the life of me determine which Tribe function gets the widget title. Currently the list widget shortcode with title=”XYZ” just outputs plain text (XYZ) above the widget. I’ve tried tribe_get_events_title() but that just outputs the stock “Upcoming Events” title, not XYZ. Is there another variable I need to pass to that function?
If this is something that should be done using the WordPress the_widget function then what widget class should I be targeting? Thanks.
-
This topic was modified 8 years, 7 months ago by
Aaron Simms.
-
This topic was modified 8 years, 7 months ago by
Aaron Simms.