wp_insert_postで投稿してwp_insert_attachmentで添付をつける 取得するのは<?php $url = wp_get_attachment_url( 20 ) ); ?>でよさげ wp_insert_postで投稿してwp_insert_attachmentで添付をつける 取得するのは<?php $url = wp_get_attachment_url( 20 ) ); ?>でよさげ <form action="./" method="post" enctype="multipart/form-data"> <table> <tr> <th>タイトル</th> <td><input type="text" name="post_title" /></td> </tr> <th>概要</th> <td><textarea name="post_excerpt"><
