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?
- Query Custom Post Types on Available Dates
- Custom Post Archive is not working
- Every new post/draft has a custom field variable “yst_is_cornerstone” showing
- Template filter for custom taxonomy terms
- Show all tags on custom post type
- What is the best way for showing a grid of customer logos?
- How to delete all trashed item in one-go
- How do I enforce users to fill a determined custom field using WyPiekacz?
- How can I use a file in my plugin as a replacement for single.php on custom-post-type query?
- Custom setup of wordpress comments that are displayed
- publish_post action doesn’t work
- Custom post type’s extra fields – how to handle?
- Disable Individual Plugins (specifically in Custom Post Types) on a per-post basis?
- ‘Organize Series Plugin’ as muti author feature
- Using ACF default value to autoincrement a number field
- custom post type don’t appear in the home page
- How to create multiple editor?
- ACF in wordpress
- Creating custom post type with custom taxonomy and custom fields programatically
- Edit Permalink Structure For Custom Post Type or Modify .htaccess?
- Getting taxonomy images to display on single-post with their terms
- Where to populate custom terms in custom taxonomy in plugin?
- Targeting categories in custom fields
- Adding class to last list item? Not WP generated
- Custom taxonomies to define versions of a product
- Default taxonomy template in plugin, override in theme
- How to set category correctly for a custom post created by a remote API call?
- Custom Taxonomy Search result page
- How to use template_include hook with form submission?
- Trying to add a page template for my custom post type from a plugin, but it will not display in the template dropdown unless file is in theme
- Adding custom meta boxes to specified custom post type
- How do I make reusable content blocks for header and footer when using WordPress headless with another front-end?
- How to get_term_meta on single custom post?
- Category Search / Custom Post Type search on my website. Custom Post Types that are “page-like”?
- Many to many to many custom post relationships
- posts from multiple post types in one slider
- Sort custom post type by most current date picker
- Custom Post Type – custom form in dashboard
- Order posts by meta key ( Using ACF )
- How to add fields in the WordPress editor?
- Display a post from custom post type only if all the selected taxonomies and custom field value matches the record
- $pages = get_pages(‘child_of=’.$post->ID); Why arguments are concatenated?
- Getting only one post per category
- wp_insert_term() doesnt insert a term
- Modify Posts from Custom_Post_Type within the plugin