Saturday, 4 June 2016

How To create WordPress Front-end Post form

i create a front end post from , i just create a short code , and inside shortcode you will i put form and form process . please see below now i will explain

add_shortcode( 'front_end_post_form', 'front_end_post_form' );
function front_end_post_form( $atts ) { you know this WordPress shortcode and this shortcode function .
 
this jquery function is for hide Sucess Message .
if(isset($_POST['submitted']) && isset($_POST['post_nonce_field']) && wp_verify_nonce($_POST['post_nonce_field'], 'post_nonce')) { 
this line checking is Form is submitted or not ? if is submitted this function will run below command or it will go in else .
if (trim($_POST['postTitle']) === '' || $_POST['postContent'] === '' ) {
    if(trim($_POST['postTitle']) === '') {
        $postTitleError = 'Please enter a title.';
    }
    if(trim($_POST['postContent']) === '') {
        $postcontentError = 'Please enter a title.';
    }
this is just checking validation , is post title is empty or not ,
$post_information = array(
        'post_title' => esc_attr(strip_tags($_POST['postTitle'])),
        'post_content' => esc_attr(strip_tags($_POST['postContent'])),
        'post_status' => 'pending',
        'post_type' => 'post'
        
    );
        
    $post_id = wp_insert_post($post_information); 
  
after submission of post this is will hide form and show sucess masagee . full code is here

Download Code

if post title and post content is not empty , then will run this code , for details you can see this . WordPress.org

10 comments:

  1. BetRupees makes gaming rewarding. Play fun games, enjoy fast cashouts, and experience a safe, secure platform trusted by real players daily. It’s time to win real money online. read this article

    ReplyDelete
  2. -Discover BetPKR, your ultimate online gaming destination! Enjoy exciting challenges, fast-paced games, and real rewards. Join the action today! This site

    ReplyDelete
  3. Win big and play smart at Royal X Casino, the hub for top-tier online gaming. pop over here

    ReplyDelete
  4. Your journey to fun starts at 99abgame.https://99ab-game.pk/

    ReplyDelete
  5. Whether casual or competitive, WinPkrGame offers the best online poker experience with real prizes and fast withdrawals.
    https://winpkrgame.pk/

    ReplyDelete
  6. Enjoy endless entertainment without breaking the bank with 1ee game.pk's free games.
    https://1eegame.pk/

    ReplyDelete
  7. Try your luck and skill at B9 Game and win real money. https://b9game.money/

    ReplyDelete
  8. https://b9gamelogin.org/ Discover the thrill of online gaming at b9gamelogin.org! Secure login, top games, and cash prizes delivered through a smooth and trusted interface.

    ReplyDelete
  9. Fun starts here! Download B9 Game now and take on new adventures with exciting daily challenges. https://b9gamedownload.pk/

    ReplyDelete
  10. Looking for a reliable game site in Pakistan? 1EEGame.pk delivers endless choices, lightning-fast access, and premium gameplay without downloads. Jump in and play your favorite games now.

    https://1eegame.pk/

    ReplyDelete