There seems little point in creating a new post entry for each of your products if your table of products already has all of the information you wish to display.
Your best bet is to create a single page for example “Product” and then setup your own rewrite rule, using add_rewrite_rule, so that you can setup links such as /product/some-product-alias
. You would then need to perform a query on the product alias to lookup the product information from your product table and then display this on the template (either use page-product.php or create a template and assign this in the admin)
There’s a little more information on setting up the redirects in this answer of mine.
Related Posts:
- How do I write this SQL statement for Posts written in last 24 hours?
- wpdb custom post_type problem
- Adding custom tables to WordPress
- How to import a custom MySQL DB table into a WordPress custom post type
- Custom post type and custom taxonomy key lenght & query performance
- Populate custom post type/custom fields from an external database
- Convert simple SQL Query to WordPress query
- Query with no terms uses index.php template instead of archive.php
- How to use custom taxonomies to reference complex relationships?
- Create a clone from one WordPress site to another in a few minutes
- Create template for taxonomy results limited by Custom Post Type
- Template for custom post with custom taxonomy
- WordPress Custom Post Type Children Template
- Getting template_include to work when allow_url_include is off?
- Custom post type content using custom fields without template
- 2 Templates 1 custom post type according url
- Database to page routing API?
- Custom taxonomy and custom post type – wrong permalinks and template
- Store CPT ‘Reviews’ average ratings to a WordPress DB table or to a DB custom table?
- Can I override a CPT template on a per post basis with Gutenberg block editor?
- How to change wp prefix for custom post type only?
- Content vs Template on custom post
- Is it possible to store Custom Post Type data in separate set of tables and still have wp_post class functionality?
- How to use custom template files in deeper directory?
- Assign External Database Queries to Global Variables and Make Them Accessible
- Add update or delete database records using custom post type
- WordPress Doesn’t Generate Taxonomy Archive
- A case for Hierarchical Custom Posts
- Custom taxonomy returns 404
- Function causing the loop display posting more (empty)
- Filter widget outputs
- Adding Page Templates to post but it ignored it
- Template for all categories of a custom post type?
- WP_Query orderby and tax_query
- Migrating a taxonomy’s tags to the native category
- Flush Rewrite Rules when new site is created on network
- wp_insert_post sometimes fails after API call
- Importing Data from a Non-WordPress database, into WP
- How to organise this data within WordPress
- WordPress custom taxonomy template not working
- Organize WordPress site, so it can maintain with huge database
- How can I get this request to use the Custom Post Type page template instead?
- Save custom post type to external database
- How to specify a template for a path like http://example.com/something?
- Custom templates for a specific category
- Archive for a Taxonomy of a Custom Post type
- Proper way to display latest 5 posts grouped by post type?
- Show data from one Custom Post Type in another Custom Post Type
- Custom post type pages return 404 page?
- WordPress 3.9 not using custom template
- Template files for Custom Post Type and Taxonomy
- Set templates for custom post types
- How to Create Template File for Parent Page of Custom Post Type
- Custom post_type search pages
- how to remove pages loading with the archive templates
- Specifying meta field’s column type in Database using add_post_meta
- Main query not querying any posts in custom taxonomy template
- Custom Empty Results page for my Custom Post Type
- Replace dynamically content in a custom database table when a custom post is created
- Custom posts template page
- Loop through custom posts by taxonomy and display the titles in a list, it is repeating 8 times
- How can I use archive-{post_type}.php theme template?
- Running a song lyrics site on WordPress
- Save and user submitted data from a form and display them in the wp backend
- Front end access to a SQL data repository – recommended way?
- Navigate posts with different post type that are in the same categories
- Dump custom post type database
- Should I use custom taxonomies or not?
- make permalink go to a custom single.php file
- Add Previous/Next Buttons to CPT Single Pages Only
- Designing a custom post type with a minimum number of meta fields
- Creating Sections for Post Types
- Custom post types with categories in template
- Creating separate feeds for custom post types
- Allow front end users to add data to a custom post type
- Which file/template is in charge of taxonomies for custom post types?
- How can I trace inconsistency in loading a template?
- Update post if exist from PHP
- How to get_term_meta on single custom post?
- WordPress hook which triggers on post import
- Assigning alternate single-{cpt} template based on blog_id in multisite
- How do I find a way to create a global single.php for a custom post type?
- How do I assign a block template (.html) to a custom post type?
- Templates for hierarchical custom post type
- Update all published posts at once
- How to use single.php for creating, reading and editing Custom Posts with ACF
- Custom Post Type setup
- Apply template by path/slug related to custom post type?
- assign different templates to custom post type with homepage loop
- How to get the current category with custom posts
- Custom post type is using the index.php template
- Assign a template to a custom post type when displayed by the main loop on the home page
- Entity to store contact form entries?
- I’m trying to create a custom version of the wp_list_authors function that includes custom post types
- Get template part with CPT and Custom Taxonomy conditionals
- Template code to split a post and print a custom field?
- Displaying a list of Contacts
- How to create a template to show child terms of a MAIN taxonomy
- How to change single custom post template by custom taxonomy?
- New post from database