Hello,
Iant to buy your plugin but before I should know if there is the possibility of including a list / directory of all the places that make events.
I need to show a directory of bars, restaurants, etc and then that they can publish events
Thank you
Good question. The plugin does not have the ability to all list venues right out of the box, though you could use the available tribe_get_venues() function to create one. In it’s simplest form, you can display all venues like this in your template:
<?php echo tribe_get_venues(); ?>
Does this help answer your question? Please let me know.