Support

Account

Home Forums Front-end Issues How do I change the redirect after creating a new post via front-end? Reply To: How do I change the redirect after creating a new post via front-end?

  • Ah, brilliant. Thank you! Not that experienced with code like this (and that original snippet I found off some tutorial somewhere).

    It worked, with some minor typo fixes in your code. Thanks again!

        $url = get_permalink($post_id);
    	$_POST['return'] = ($url);