Manage Venues
The supplier will add venue when make an event at frontend.
1: Create Venue
All Venues >> Add New

All venues will display in backend like:

2: The vendor use venue
When vendors create new event, he will choose available venue or create new venue:
a) Choose available venue
The vendor enter some character, the system will auto search avalable from database, the vendor choose a venue and click Add button



b) Create new venue
The vendor enter a venue name, if system doesn't find in database, click add button to add new venue


3: Display All Venues
a) You can see all venues via link: http://your-domain/venue
You can change venue slug to other word by use loco translate plugin.

b) Change Header, Footer in Venue
You can setup in Customizer. Read here
4: Customize template
a) Filter letter in list venue

You can copy file:
Plugins/eventlist/templates/venue/filter_first_letter.php
to
Themes/meup-child/eventlist/venue/filter_first_letter.php
b) Venue List

You can copy file:
Plugins/eventlist/templates/archive-venue.php
to
Themes/meup-child/eventlist/archive-venue.php
c) Venue Detail

You can copy file:
Plugins/eventlist/templates/single-venue.php
to
Themes/meup-child/eventlist/single-venue.php
Last updated
Was this helpful?