Search
 
SCRIPT & CODE EXAMPLE
 

HTML

Custom Form

<!-- New Post Form -->
<div id="postbox">
<form id="new_post" name="new_post" method="post" action="">

<!-- post name -->
<p><label for="title">Title</label><br />
<input type="text" id="title" value="" tabindex="1" size="20" name="title" />
</p>

<!-- post Category -->
<p><label for="Category">Category:</label><br />
<p><?php wp_dropdown_categories( 'show_option_none=Category&tab_index=4&taxonomy=category' ); ?></p>


<!-- post Content -->
<p><label for="description">Content</label><br />
<textarea id="description" tabindex="3" name="description" cols="50" rows="6"></textarea>
</p>

<!-- post tags -->
<p><label for="post_tags">Tags:</label>
<input type="text" value="" tabindex="5" size="16" name="post_tags" id="post_tags" /></p>
<p align="right"><input type="submit" value="Publish" tabindex="6" id="submit" name="submit" /></p>

<input type="hidden" name="action" value="new_post" />
<?php wp_nonce_field( 'new-post' ); ?>
</form>
</div>
Comment

PREVIOUS NEXT
Code Example
Html :: v model vue 
Html :: bootstrap table 
Html :: fetch api get ip 
Html :: html with emoji 
Html :: html to exe 
Html :: hide or show element in javascript 
Html :: html timed hide 
Html :: what is hydration in react? 
Html :: navbar styles css 
Html :: line under text html 
Html :: html q tag 
Html :: html style tag 
Html :: image sourceset statamic glide 
Html :: html5 exmaple 
Html :: ionic range drag 
Html :: <!DOCTYPE html eslint error 
Html :: how to take an aimage in html and css 
Html :: html textarea unscalable 
Html :: tailwind danger text 
Html :: xss protection 
Html :: where do you put style tags in html 
Html :: like disLike 
Html :: twitter link html 
Html :: javascript send ethereum 
Html :: span tag 
Html :: action attribute in form 
Html :: github page markdown embed html from another file 
Html :: chatbot html 
Html :: tailwind css typography 
Html :: popper js example 
ADD CONTENT
Topic
Content
Source link
Name
2+9 =