The event tags addon helps you add an event tag to each of your events to improve its searchability. It makes it easy for visitors to search for their preferred events with ease
Installing The Plugin
The installation process is the same for all the addons offered by WP Event Manager. They can be installed both automatically and manually.
- Automatic Installation: You can install the plugin from the backend of your WordPress. Click here to see how you can install the plugin automatically.
- Manual Installation : You can also install the plugin manually using SFTP or FTP tools. Click here to see how you can install the plugin manually.
How To Add Event Tags?
After installing and activating the Event Tags plugins on your WordPress site, you, as an admin, can add Event Tags from two places on your site.
- From the frontend event submission form.
- From the backend event submission form.
- An alternative method to create an event tag from the admin side.
- Login to wp-admin.
- Go to Event Manager and Click on Event Tags.
- Fill in all the necessary details on the page, including event name, slug, and description. If the colors add-on is activated, you can also add your preferred colors to each event tag, including its background and text.
- Click on "Add New Event Tag."
Filter By Tags
How To Create a Static Page & Enable/Disable Filter By Tags?
- Go to WP-admin >> Pages >> Add New.
- Name it something along the lines of “Event Tag”.
- Add the below-mentioned shortcode in the content area to disable the “filter by tags” option.
- [events show_tags=false]: To enable it, just change the status from “false” to “true” for “show_tags” in the shortcode.
[events show_tags=true]
- [events_by_tag]: This shortcode displays a list of events that have tags added to them. Also, we can add parameters to this shortcode.
- [events_by_tag tag="networking"]: This shortcode displays all events that have the “networking” tag in them. We can use multiple parameters with this shortcode to add multiple tags to events.
- [events_by_tag tag=" ai, networking"]: This shortcode displays events that have both tags.