Title: Redirection after submiting the post
Last modified: August 22, 2016

---

# Redirection after submiting the post

 *  [sofly11](https://wordpress.org/support/users/sofly11/)
 * (@sofly11)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/redirection-after-submiting-the-post/)
 * When someone submit their post it doesn’t appear any report that is submited 
   or some redirection to the page.
    How can i solve this?
 * [https://wordpress.org/plugins/wp-user-frontend/](https://wordpress.org/plugins/wp-user-frontend/)

Viewing 1 replies (of 1 total)

 *  [writegnj](https://wordpress.org/support/users/writegnj/)
 * (@writegnj)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/redirection-after-submiting-the-post/#post-5251164)
 * 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
    [http://MYSITEURL/ADDPOSTPAGE/?action=wpuf_pay&type=post&post_id=1872](http://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.

 * ![](https://ps.w.org/wp-user-frontend/assets/icon-256x256.gif?rev=2818776)
 * [User Frontend: AI Powered Frontend Posting, User Directory, Profile, Membership & User Registration](https://wordpress.org/plugins/wp-user-frontend/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-user-frontend/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-user-frontend/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-user-frontend/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-user-frontend/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-user-frontend/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [writegnj](https://wordpress.org/support/users/writegnj/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/redirection-after-submiting-the-post/#post-5251164)
 * Status: not resolved