Manage Venues
Note:
The vendors can add venues on the frontend
Admin can add venues in the backend
1: Create Venue
Events >>Venues >> Add New Venues

All venues will be displayed in the backend as shown below:

2: The vendors use venue
When vendors create a new event, he will choose an available venue or create a new venue:
a) Choose available venues
When the vendor enters a few characters, the system will automatically search for available venues from the database. The vendor can then select a venue and click the Add button.



b) Create a new venue
The vendor enters a venue name. If the system does not find it in the database, click the Add button to create a 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 using 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?