Hi
I’m working on a project with a lot of entries and especially a lot of meta fields created with ACF.
The queries to the database are starting to be too heavy, which is why your plugin interests me a lot!
I also use the Search and Filter plugin in its Pro version to easily generate advanced search forms.
And unfortunately, after migrating my CPT tables, the results are not displayed. I have the impression that there is an incompatibility between the two plugins, but I also have the impression that this can be quickly resolved.
Have you already done compatibility testing with the Search and Filter plugin? Do you have any ideas or recommendations on this subject?
Thanks in advance
Regards
Hi there,
although your description is very extensive and the plugin looks very promising, I still have a few questions….
1) what do you consider a custom post type? I mean you mention “A ‘product’ custom post type for example will have its posts stored in product and its meta in product_meta”., so would the product-posttype created by WooCommerce be considered custom? Of is it only the CPT’s registered manually?
2) You mention the performance benefits, but “The original?wp_posts
?row is retained for lookup purposes” means that the posts data is ALSO still entered into the usual tables.
So the default (frontend) WP_Query queries (that come with the theme I perhaps bought or inherited) won’t be any faster than usual, because the query still has to browse through all that (post, page, product, order etc) data? Or am I missing the point here?
Thanks for the reply!
It seems that when using the custom table, things like Rank Math XML Sitemap do not load the links and the taxonomies display empty pages.
]]>In continuation of my testing of CPT Tables, here’s a new experience of trouble that I wish to bring to your attention and possible fix.
Perhaps you would be able to guess where the issue is and trouble-shoot any bug that may exist? Request you to kindly advise a solution.
Thanks in advance.
Vy
PS: Due to several screenshots to showcase, I have not added them – instead tried to give you a step-by-step narration of the problems experienced. Hopefully this provides you adequate inputs to reproduce and debug?
]]>Great challenge plugin! I migrated a custom post type created with CPT UI.
The archive page of the list of posts is displayed correctly, but the post details are now 404 not found.
Is there anything additional I need to do?
Thanks!
]]>I am using your plugin and also elementor and code snipper plugin. I have created two custom post types with new database table. I was using elementor post widget and query id with function in code snippet:
function my_query_by_post_types( $query ) {
$query->set( ‘post_type’, [ ‘furniture’, ‘mobile’ ] );
}
add_action( ‘elementor/query/multiple_cpts’, ‘my_query_by_post_types’ );
but now when I have custom post types in new database table, this query is not working. It was working only if custom post types was in the same WP POST table and now I have new tables wp_cpt_furniture and wp_cpt_mobile.
How to modify this script in code snippet? thanks
]]>Do this plugin support Jet Engine CPT for custom tables?
]]>Hi
Flywheel Local install, completely new. Installed Metabox plugin to create CPTs and of coz your plugin (v1.9). Created a new CPT (“TESTING“) and made some posts for the same.
However, on viewing the DB, unable to see the wp_cpt_testing table in the DB. Post was created and showing in the dashboard, but not seen in the wp_posts table also.
No errors seen in the dashboard, so nothing to report. Please help.
]]>