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
- limit selection of custom taxonomies to one?
- Custom Taxonomy Template Post List with Sort Order
- How to show related posts by category or custom post type?
- Custom Taxonomy returns no posts
- Custom/separate categories for custom post type
- How to delete all posts from a custom post type?
- Update content of multiple pages/posts at once?
- Custom Post Type Pagination & duplicate posts
- Custom post types and permalinks
- How to retrieve category NAME instead of ID in a function with a taxonomy custom field?
- Normal pages as children of my Custom Post Type
- Custom post type and taxonomy slug issue
- Custom template won’t load for a custom post type (custom permalinks used)
- Get parse_query filter to return slug instead of id
- Custom Permalinks with CPT and Hierarchical Taxonomies
- Invalid argument supplied in register_taxonomy $args->taxonomies
- How to sort posts in a custom post type by title in ascending order by default?
- Getting the taxonomy
- What’s an efficient way to change the post status of many posts at once?
- Problems with custom taxonomies
- Widget Categories shows “No categories”
- How to properly set the rewrite rules for this case?
- Assigning categories to custom post types via a front-end form; only works for native post type
- order custom post type posts by custom date
- Related posts by taxonomies does not work , what could be the reason?
- Display first post of a term in taxonomy template
- How to transfer categories (default) to custom taxonomy?
- call a function when insert and update a custom post type
- Same permalink structure for all post types?
- WordPress custom post type
- How to have working breadcrumbs with several taxonomies associated with a custom post type
- Front-end form submission not creating post
- link posts to custom post type
- Most appropriate way to display CPT’s by children terms of custom taxonomies while retaining desired permalink structure?
- See the process of creating a taxonomy and tell me where I made a mistake
- Navigation won’t update to show full path to single post
- Show a wordpress custom post condtionally using a category term