Custom Query for Featured Events

Developers can make custom queries to the MusicIDB Calendar. First check to see if you are connect to the MusicIDB API <?php if ( ! defined( ‘ABSPATH’ ) ) exit; // Exit if accessed directly use MusicIDB\Client\Api_Exception; use MusicIDB\Client\MusicIDB_API; $settings = get_option(‘musicidb_options’); $connected = !empty( $settings[‘musicidb_api_connected’] ) ? $settings[‘musicidb_api_connected’] :…

Read More

Featured Events Slider with uncropped centered images

CSS to center images and disable cropping #musicidb-featured-events { .slider-banner img{ height: auto; -o-object-fit: cover; object-fit: auto; width: 100%; width: auto; height: 100%; right: 0; position: relative; text-align: right; margin: 0 auto !important; left: 0; } }  

Read More

MusicIDB Events Calendar Plugin Instructions for Venues

1. Activate the MusicIDB Events Calendar Plugin From your WordPress dashboard, visit Plugins > Add New Search for “MusicIDB Events Calendar” and install and activate the plugin. 2. Set up your MusicIDB account Visit MusicIDB.com, and create and log in to your account. 3. Ensure you have done a claim request for your venue…

Read More

MusicIDB Events Calendar Plugin Instructions for Artists

1. Install and activate the MusicIDB Events Calendar Plugin From your WordPress website dashboard, visit Plugins > Add New Search for “MusicIDB Events Calendar” and install and activate the plugin. 2. Set up your MusicIDB account Visit MusicIDB.com, and create and log in to your account 3. Create and claim your artist listing…

Read More

MusicIDB Events Calendar Plugin Documentation

The MusicIDB Events Calendar Plugin is a great resource for artists, venues and organizations looking for a streamlined way to integrate MusicIDB content onto their WordPress website. The Plugin uses the MusicIDB API which means that you as the website owner or them developer have full control over the presentation…

Read More

Featured Events Slider

The featured events slider was launched for venue managers on April 1st, 2017.  This functionality will be available in the near future for Promoters and Artists. 1. Claim the Venue To claim your venue and activate the featured events slider, you must be a venue manager account type. Check your…

Read More