how to implement club post type

New to wordpress I have been assigned to write the code for a club post type where each of the club has number of attributes or e.g. Club Number , Name, Short Name, Division, Region, County and the staff of the clubs like president, vise president, secretary and 40 other fields. Each of the club is linked to a Division, Region and County

My query is: How do I implement it in Wordpress i.e. shall I add a custom post type (club) with custom attributes (club staff members) and taxonomies (Division, Region and county) or Shall I create separate custom post types for Division, Region and county and link them with club custom post type. How do I link these post types to each other.

Thanks in Advance

ST

Topic membership custom-field custom-post-types Wordpress

Category Web


I strongly recommand you to use ACF (pro if you can, usefull for the repeater) : https://www.advancedcustomfields.com/

You can easily add custom field and link them to post type, and link post type to each other (this answers your two first questions).

For the third, I guess it will depend how you could implement this

About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.