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
- Frontpage overriding my posts
- get_template_part for each level of taxonomy term
- Display custom post type in hierarchical order with get_terms
- Need help targeting a custom post type with conditional tags
- How to get the post type from a category id?
- Filter by custom taxonomy slug on a custom post type
- Create 3 Level Relations with ACF and WordPress
- Conditionally custom post type url rewrite
- Displaying a custom post types custom taxonomy value?
- Repeating posts when paginating random posts
- wpdb custom post_type problem
- Adding custom tables to WordPress
- Insert HTML inside link in a walker
- get_the_terms return only last term
- How do I make a custom taxonomy for a CPT appear inbetween title and editor boxes?
- Normal pages as children of my Custom Post Type
- Custom Post Types and independent Categories – complex Taxonomy
- Custom post type and taxonomy slug issue
- Taxonomy Archive: Display only one post per term from separate custom taxonomy
- Change Permalink Structure for Tag.php template
- Notice: Undefined index: suppress_filters
- How to Separate CPT From Regular Posts?
- $wpdb: Counting posts corresponding to 3 terms in 3 different taxonomies
- Does WordPress limit the length of slug names for Post Meta or Terms?
- Remove rows in the manage post/page view
- Custom Taxonomy Permalinks Redirection
- Only show posts from a certain category?
- Query Multiple Taxominies Across Multiple Post type’s
- WordPress as Wishlist Application
- Is there a way to have the view link on manage posts page to open in a new window or tab?
- Use different taxonomies in different custom post types’ permalinks?
- Should I use custom taxonomy or custom post type
- Podcast Guest List
- Pagination : How to remove /page/x/ after a ‘POST’ action on a form returning to page 1
- How do I create filters for custom post types?