Thanks Anthony, I did this. But I can’t use this plugin with Buddypress. This Plugin perfectly working in WordPress, but when I activate Buddypress plugin It doesn’t work. Please help
Thanks
Yeah I saw that, we can create table. I need to use all WP Functions related to posts with this custom table. Functions like wp_insert_post, have_posts(), etc…
Sorry, Why you say about Custom Fields. I’m saying Custom Post Type not Custom Field.
Custom Post Type store in wp_posts. I need to store Custom Post Type in my own custom table with same structure as wp_posts.
Because, If we add so many data in wp_posts it will increase the table size. That’s why I need to store Custom Post Type data in different table.