Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

1
  • You don't understand nor the question, nor the problem with PW. [Firstly] wp_posts and wp_postmeta is the MOST garbage tables which world databases ever have. Especially when you have CPT with 100 CustomFields. Thus I'm trying to split them and store all additional CPT Metabox CustomFields not at wp_postmeta trash, but at separate custom table like "wp_Cars". [Secondly] For this CPT which CustomFields stored at custom table I need to store many Taxonomies Terms ID's. I have 2 options: A or B. I've asking of which is better and why? Commented Aug 22, 2023 at 14:59