Viewing 1 replies (of 1 total)
  • It seems to me has a problem with redirect after submitting a post. I want redirect to be the new post that I just submitted.

    After I hit submit button it redirect me to
    https://MYSITEURL/ADDPOSTPAGE/?action=wpuf_pay&type=post&post_id=1872
    which is the same page of writing a post.

    editing wpuf-add-post.php line 484
    wp_redirect( $redirect );
    to
    wp_redirect( get_permalink( $post_id ));

    fixed the issue for me for now but I’m not sure this is the best way to solve this issue.

    Anyone has better solution for this?

Viewing 1 replies (of 1 total)
  • The topic ‘Redirection after submiting the post’ is closed to new replies.