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
- Advanced search form with filters for custom taxonomies and custom fields
- Is it possible to define a template for a custom post type within a plugin independent of the active theme?
- Short code for Venues
- Custom Posts Hierarchy? (State/City/Restaurant)
- Override plugin with functions.php
- wp_query to find posts by year and month
- how to add extra meta box or textarea into custom post types
- How does WP handle multiple matching rewrite rules?
- Is it possible to use WordPress as an online portfolio for text content? What kind of theme would I look for?
- How to make wp_enqueue_style and wp_enqueue_script work only on custom post type
- Implement Autocomplete for a custom field on WordPress Plugin Frontend
- Correct way to make meta box with more than one meta field secure
- I want to extend the current themes’ single.php to display the meta fields of my CPT
- Calling plugin function inside custom plugin for onclick event
- How do I hide posts across all loops based on the value of a custom field?
- publish_post action doesn’t work
- Disable Individual Plugins (specifically in Custom Post Types) on a per-post basis?
- Category Search / Custom Post Type search on my website. Custom Post Types that are “page-like”?
- Custom Template for wordpress cpt plugin
- Custom Fields for Page Edits
- Writing a custom Glossary plugin
- WordPress Phone Field Check (use numbers, spaces and pluses)
- Can export gallery but can’t import it Wp all import
- Create a pdf from the entries in DB
- What database state changes happen after a post is manually “updated” with no changes?
- Display posts by alphabetical order
- Can i stream data to a custom_post_type?
- Is there a hook similar to “save_post” which only fires AFTER the post is completely published?
- Display Posts that fit a certain criteria on Category pages
- save_post hook partly firing in update post
- custom fields not displaying on wordpress site
- Page not found after creating the add new post slider using custom post type
- Get all user meta_keys and then group users by matching values
- Get only selected custom taxonomy
- How to display all custom fields associated with a post type – IN THE ADMIN AREA?
- Add new post using a page inside the website
- Show similar category portfolio items?
- Plugins for putting Custom Post Types into the Menu
- Insert data in custom table during new post creation
- Top Contributors Plugin with Custom Post Type
- featured image problem with custom post type
- Advanced Custom Fields Plugin – not displaying images
- ACF Taxonomy Object term Null [closed]
- Snippet displaying LearnDash parent course title with lesson title [closed]
- How to write a plugin that “listens” every time, an edit occurs?
- Custom Sort Order for Custom Post Type Taxonomy
- Set the title of a custom post automatically by using info from custom fields?
- public custom posts not showing in my wordpress plugin