I followed the “How to completely Customize Widgets (https://theeventscalendar.com/how-to-completely-customize-widgets/). Thanks for putting that together. But now I want another widget and I cannot get it to register.
I am doing this because I want to have some more control over featuring different event categories and highlighting (read CSS).
When I have all the files created (functions.php, includes, display). It is now showing up. Is this the line in functions.php that I am having trouble with?
register_widget( ‘CustomTribeEventsFeatureWidget’,’CustomWidget02′ );
Thanks.