How to redirect to profile after publishing blog post from frontend? – UserPro Forums https://forum.userproplugin.com/forums/topic/how-to-redirect-to-profile-after-publishing-blog-post-from-frontend/feed/ Thu, 16 May 2024 11:47:43 +0000 https://bbpress.org/?v=2.6.2 en-US https://forum.userproplugin.com/forums/topic/how-to-redirect-to-profile-after-publishing-blog-post-from-frontend/#post-25524 <![CDATA[How to redirect to profile after publishing blog post from frontend?]]> https://forum.userproplugin.com/forums/topic/how-to-redirect-to-profile-after-publishing-blog-post-from-frontend/#post-25524 Mon, 10 Mar 2014 22:51:03 +0000 Brent Hi Ahmed.
How cam we redirect someone to their profile after publishing a blog post from the frontend?
Right now everyone just stays put.

Thanks!

]]>
https://forum.userproplugin.com/forums/topic/how-to-redirect-to-profile-after-publishing-blog-post-from-frontend/#post-25525 <![CDATA[Reply To: How to redirect to profile after publishing blog post from frontend?]]> https://forum.userproplugin.com/forums/topic/how-to-redirect-to-profile-after-publishing-blog-post-from-frontend/#post-25525 Mon, 10 Mar 2014 22:52:29 +0000 Brent Sorry! I keep forgetting to check notify for follow-up! (wish it was pre-checked)

]]>
https://forum.userproplugin.com/forums/topic/how-to-redirect-to-profile-after-publishing-blog-post-from-frontend/#post-27291 <![CDATA[Reply To: How to redirect to profile after publishing blog post from frontend?]]> https://forum.userproplugin.com/forums/topic/how-to-redirect-to-profile-after-publishing-blog-post-from-frontend/#post-27291 Wed, 12 Mar 2014 07:21:44 +0000 admin Add this : $output[‘redirect_uri’] = $userpro->permalink();

to ajax.php

Above:

wp_set_object_terms( $post_id, NULL, ‘category’ );

This should set redirect URL to profile after post is published.

]]>
https://forum.userproplugin.com/forums/topic/how-to-redirect-to-profile-after-publishing-blog-post-from-frontend/#post-27308 <![CDATA[Reply To: How to redirect to profile after publishing blog post from frontend?]]> https://forum.userproplugin.com/forums/topic/how-to-redirect-to-profile-after-publishing-blog-post-from-frontend/#post-27308 Wed, 12 Mar 2014 08:04:25 +0000 Brent That worked! Thank you! You’re awesome!
What happens when the plugin is updated? Will I lose this? Can you make a child plugin?

ALSO: While I have you, how can I add a button/buttons to this menu/area in the profile page:

See THIS POST: http://userproplugin.com/userpro/forums/topic/how-to-add-button/

]]>