How to insert post to wp_post table with custom html field form
-
Hello, Expert, I need help!
I have a custom multiple input fields aside of content, and title, for instance, Imagine ACF WordPress plugins it can generate multiple input fields and create post at the same time? WHERE that value goes in? and how to do that insert post to the POST table without ACF plugins?
…
The primary concern is when I query the post that I posted from my custom multiple fields made by HTML it will return to me according to my parameters the same as the default query.
…
ex.
array (
‘post-type’ => ‘My post’,
‘category’ => ‘myCat’
)
…
The point is when I do that query assume that custom field that I made from HTML will be executed or fetch at the same time, Is that possible with WordPress default table. or I have to create separated table and query by occasion.
- The topic ‘How to insert post to wp_post table with custom html field form’ is closed to new replies.