wp_insert_post function
-
Two quick questions:
1. Can I use multiple post_content fields on one form? (only one of them shows when it is posted)
2. After a user submits a post is it possible to redirect them to a different page. (To avoid spam)
Example:
<p style="font-size: 20px;">(required) <br /> [text* post_title] <br/> <table width="496"> <td><p style="font-size: 14px;"><font color="#FF0000">*</font>(required) <br/> [textarea* post_content 25x10] <br/></p> <td><p style="font-size: 14px;"><font color="#FF0000">*</font>(required) <br/> [textarea* post_content 25x10] <br/></p> </table> [submit "Post"] <br/>
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘wp_insert_post function’ is closed to new replies.