How to upload post thumbnail while wp_insert_post?

In form, you need the code enctype=”multipart/form-data”

<form method="post" action="" enctype="multipart/form-data">

Leave a Comment