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.

Step 1: Search venue
Step 2:Choose a venue
Step 3: Venue choosed

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.

Enter venue name
Venue chose

3: Display All Venues

You can change venue slug to other word by using loco translate plugin.

You can setup in Customizer. Read here

4: Customize template

a) Filter letter in list venue

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

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?