Hello!
Here is my issue:
I would like to have two Events Lists widgets, each showing a different category. My theme for some reason doesn’t get it. It will only show one widget at a time. So every time I add two different Event List with different categories widgets my theme only shows one. (I would change my theme but I’m too far into it.)
So I think my solution, would be to duplicate the Events List widget, and then register it as a different widget. I think that might solve my problem with the theme.
Here is what I have tried to do.
I copied the list-widget.php to my theme/tribe-events/pro/views/widgets/ and then I changed the name of the file. I then go to my functions.php file and register the new widget. That doesn’t work, for some reason my theme goes blank. I think I’m doing this wrong.
Could you let me know if my steps are correct or am I missing something?
Thank you