You might like to try Event Organiser (disclaimer: I’m the plug-in author). This plug-in handles event and venues management. Events are a custom post type, and venues are a custom taxonomy.
All it would lack for your needs is the ‘artist’ – this could be handled by adding a metabox to an event which allows you to select from the available artists (or vice-versa).
To do this, just create a metabox with a select box, which you can populate by querying (for artists, say) using get_posts. The selection can be then saved as post meta by hooking into the save_post action.
Related Posts:
- auto populate list of questions if user select a category xyz
- How to share category taxonomy with custom post type (The Event Calendar plugin)
- How to make a list of companies’ information and display them to user, using custom post types and a custom taxonomy?
- Add .html extension to custom post type taxonomies
- remove custom taxonomy metabox form custom post type
- How to Build a Movie Library in WordPress 3.x
- Custom Post Type causes Page Not Found
- add_meta_box Callback not being called
- custom taxonomy and custom post type url conflict
- how do i remove posts from a WP_Query so the pagination is right?
- Saving Custom Post types and fields to a custom table
- Loco Translate: Custom Post and Custom Taxonomy Labels not translated in wp-admin menu
- How I can get custom field’s current value?
- List taxonomy terms for post as checkboxes
- Creating a custom post type, adding custom meta fields, preventing all future editability of posts of this type
- ‘No Results Found’ on single post for custom post type
- Dynamic dropdown select values depending on other custom field value
- “Custom Post Type Permalinks” plugin URL strcuture
- Redirect to another page using contact form 7? [closed]
- Custom Post Type Fields
- WordPress custom taxonomy not showing
- How to Resize the Custom Post Images?
- Amazon.com intergration with WordPress?
- Sticky option for custom post types without using custom fields or plugins
- How do we update a custom file upload field with the Advanced Custom Field plugin?
- Price comparison table based on Custom Post Type?
- Show related posts based of current ACF field name in a single page post (a loop within loop)
- How can I store data from custom fields to custom tables?
- Order posts of a custom post type by the event date using FT Calendar Plugin
- “After file loaded” action
- Dictionary-style definition list plugin
- How to create repeater field manually, without plugin (ACF Pro)?
- Rename existing cpt and taxonomy with new textdomain
- how to create hierachial taxonomy and manage under single post type?
- Need to edit author permissions | custom taxonomy
- Adding category base to url in custom post giving 404?
- Register PODS Custom Field with WPGraphQL [closed]
- WordPress hide post from custom post-type on a single page
- Create multiple posts when a custom post is created
- Cannot view Custom Post Type no matter what I try
- Taxonomy question
- Create Inclusions and exclusions
- CPT-onomies CPT_TAXONOMY->get_terms extremely slow with 6K posts
- What method should I use for a sidebar widget that reads latest posts?
- Synch Custom Post Types (and Custom Fields, Cats, etc.) Between WordPress Sites
- How can i do custom author list?
- Is there a way to add a custom input field for every taxonomy term in WP post editor?
- How to list the categories by custom taxonomy created?
- A plugin for software reviews site like this one?
- Display Custom Post Type and Custom Taxonomy Data on Front End Using Only a Plugin
- Links not opening as they should. Custom WP plugin
- Failed to update a post when I add a taxonomy to it
- how to compare date meta value in jet smart filter Date query?
- How do I know if an archive correspond to a custom post type taxonomy?
- How to Display News in a Timeline with Headline, Category, and Time?
- How to make a page setting translatable in theme?
- Jetpack plugin (ShareDaddy): Prevent share buttons showing on custom post types?
- WordPress Search documentation: how to improve search query using taxonomy terms, custom meta fields?
- Add custom meta box on Post page
- how to display all posts Custom fields dynamically?
- Seriously stuck with some custom meta box/plugin stuff
- Why is this custom taxonomy showing in the database?
- Get product attribute for Simple product in WooCommerce
- How do I get multiple pages by title?
- I need to add a custom “cover” to every new post — plugin or custom setup?
- Plugin not saving values when placed in a folder within /wp-content/plugins
- UnWanted Custom field added in the wp page edit area
- How to query the custom fields by language?
- How can I make a custom post type sticky?
- limit value taxonomy based on previous taxonomy value wordpress
- WP_Terms_List_Table Quick Edit not working
- Ordering taxonomies by rank
- How to display products name in a non-alphabetical order, in a custom field (taxonomy)?
- Custom Post Archive is not working
- Getting taxonomy images to display on single-post with their terms
- Where to populate custom terms in custom taxonomy in plugin?
- Custom Post Type – custom form in dashboard
- Display a post from custom post type only if all the selected taxonomies and custom field value matches the record
- How to populate a Gravity Forms Custom Post Field (dropdown type) with custom taxonomy terms? [closed]
- Renaming Custom Taxonomy Values
- Smarter navigation plugin and custom taxonomies
- Including content from legacy app: via plugin or custom content?
- Error Metabox Warning: call_user_func() expects parameter 1 to be a valid callback
- custom post type plugin error [closed]
- get_post_meta shortcode returns empty field
- Merging new theme and plugins from development site to production
- CPT UI: Connect a custom post type to a custom post type
- What’s the most efficient way to get two queries based on an if statement?
- Custom Fields as Post Type Options
- force category table refresh when adding new category
- Extending a CPT by Created by another plugin
- get_post_meta does not work
- How to change order of custom post types. I want Featured post to come first
- ACF: Not displaying ACF data from another post
- Order shipped by which driver[hook for woocoomerce order staus changed and popup in admin panel ] [closed]
- How to export post tags from wordpress
- How to access the page without registering in wordpress
- CPT template is not being automatically used single post pages
- Issue using form in Google app in mobile
- My site has only one page, and users access my uploaded mp3 files from there – can I analyze access by song title?