Why do you think a custom post type would not work here? Is there anything about custom post types that you think does not fit your preferred structure?
The way I would go about this would be to:
- Define a custom post type, e.g. Company.
- For each non-title and non-description field, store the data as a custom post meta.
You can use the brilliant Advanced Custom Fields plugin to set up the custom fields quickly.
If the data entry is your concern, you could export the data into a CSV file and programmatically import the data or use a plugin to do this. Here is a list of plugins that you can use from WordPress’s support docs.
Related Posts:
- Where are wordpress custom types stored?
- WP_List_Table Inside Metabox Not Working on Submit
- Showing current taxonomy terms
- Custom permalinks – post type – hierarchical taxonomy’s
- automatically create taxonomy with same name as post title
- How do I write this SQL statement for Posts written in last 24 hours?
- Display taxonomy term only if there’s a value
- Save custom post type in different table
- Adding Custom Taxonomy to WordPress default Post type
- Display types of posts in edit.php instead of All, Published, Scheduled and Draft
- Making pages also serve as taxonomies? Or give full pages to taxonomies?
- get_queried_object error How to show post count by month in the taxonomy page
- How to filter the taxonomy terms based on another taxonomy term
- Custom Taxonomy – Tags Metabox is showing instead of Categories
- Show Two custom Post type and their posts on category page
- Missing Posts in Custom Taxonomy List
- How to use custom taxonomies to reference complex relationships?
- Disable block with taxonomies at post page
- Which post does a taxonomy term belongs to?
- List custom taxonomy specific to one custom post type
- Get related posts of child term of custom post type
- Is it possible to store Custom Post Type data in separate set of tables and still have wp_post class functionality?
- WP_Query orderby and tax_query
- WP the_posts() on single-cars.php get category link
- Is it a good idea to add a column to the posts table?
- Variable not working in WP_Query
- Should I use custom taxonomies or not?
- How to Display Posts From Category Within a Custom Taxonomy?
- display posts of custom post type with custom taxonomy
- Custom Columns for Custom Post Type Manager
- How to query Posts from a custom post type which contains a custom taxonomy?
- Copy/Move selected taxonomy terms to another taxonomy for posts
- Different structure/content for posts from a custom post type
- List all posts in taxonomy term
- custom taxonomy listing returns no posts
- Making a form for user to add new custom post with custom taxonomies and custom fields
- Search CPT by tag ids
- Post template with breadcrumb needs to show page navigated from
- What is the best way to structure posts for the same event happening in different years?
- Define multiple prefixes for custom post type
- Custom post type and custom taxonomy key lenght & query performance
- I cannot display custom posts in custom taxonomy
- How can I group by Taxonomy on Custom Post Type while filtering out based on custom Meta
- How to manage a dynamic multi-level page hierearchy system?
- How can I get the last 5 element of this tax query?
- Display title of all custom posts from same taxonomy term on a custom post template
- Event Manager: Events Deleted are still in DB as published but hidden in admin
- How to get all posts related to a taxonomy?
- Changing an item in drop down after 5 latest posts per taxonomy
- Filter By Term Not Working – Custom Post Type
- Custom Post Status & Taxonomies
- Post Editor: display categories from current post type taxonomy only?
- Custom Post Types and Posts are mixed
- Linking custom taxonomies and posts
- How to Associate Posts with Pages
- Query Only Show Text on Posts With Certain Taxonomy Tag
- Custom My account page and custom page for editing posts
- WordPress and Unity high scores table
- Get custom post type parent category
- Automatically add custom taxonomy when meta value gets to a set number or beyond
- Sort ACF by custom taxonomy
- How to develop Knowledge center in WordPress Website
- What would be the optimal CPT / Taxonomy design for the following entities structure
- ACF – Tags not showing up in Custom Post Types
- Hide load more button if no more post in selected category
- Add extra parameters after permalink?
- Theme localization of “slugs” (custom post types, taxonomies)
- Limit the word count in the post title
- Correct Post Count ( All | Published | Drafts | Pending | Trash ) for Custom Post Type when restricting to view own posts
- Remove slug in taxonomy url
- Get page by template?
- Get custom post type by category in a page template
- Associating an “author” with a custom taxonomy
- Custom Post Type with Input fields to seperate table on database.
- Site Structure Regarding Custom Post Types and Taxonomies
- Custom SQL Query on Custom Post Type. Order by Taxonomy?
- Custom post type or just use custom fields
- How to Programically add to the new WordPress menus
- What order? register_taxonomy() register_taxonomy_for_object_type() register_post_type()
- Structuring a product catalogue in WordPress [closed]
- How can I fix a slow redirect after form submit from frontend (no plugin)?
- Custom Taxonomy and tax_query Issue?
- Get list of terms of current taxonomy archive for another taxonomy
- Function like in_category for custom taxonomies
- Multiple information using custom post type
- What is better: Custom Fields vs Custom Taxonomies with Terms for perfomance, scalability and better user experience
- RSS feed for dynamic set of custom taxonomies terms
- 404 Error with Custom Post Types and Taxonomy
- Show Post Count of a Category
- Display custom post type category taxonomy
- Shortcode for display posts on home page show only one post
- Remove rows in the manage post/page view
- Only show posts from a certain category?
- List Post Title by Last Word Then Second Last
- Display only one post each WEEK
- Customize Query for post
- Correct classes for WordPress menu items
- How can I see a list of my Custom Post Types of the last term I was in?
- How to filter wp_list_categories output with some custom post type meta query?
- Removing custom post type slug from URL