Tagged Questions
0
votes
2answers
302 views
need to add attach thumbnail from my form
i need to add [attach thumbnail] to this form
functions.php Code:
if( 'POST' == $_SERVER['REQUEST_METHOD'] && !empty( $_POST['action'] ) && $_POST['action'] == "new_post") {
...