[Done] Author of post profile link – UserPro Forums https://forum.userproplugin.com/forums/topic/author-of-post-profile-link/feed/ Fri, 03 May 2024 23:08:04 +0000 https://bbpress.org/?v=2.6.2 en-US https://forum.userproplugin.com/forums/topic/author-of-post-profile-link/#post-16725 <![CDATA[[Done] Author of post profile link]]> https://forum.userproplugin.com/forums/topic/author-of-post-profile-link/#post-16725 Thu, 09 Jan 2014 11:45:30 +0000 alex1 Good day! By this function we show comment author <?php echo $userpro->permalink($comment->user_id); ?> How to show link to profile of author of post?

]]>
https://forum.userproplugin.com/forums/topic/author-of-post-profile-link/#post-17034 <![CDATA[Reply To: [Done] Author of post profile link]]> https://forum.userproplugin.com/forums/topic/author-of-post-profile-link/#post-17034 Mon, 13 Jan 2014 14:04:52 +0000 alex1 up

]]>
https://forum.userproplugin.com/forums/topic/author-of-post-profile-link/#post-17050 <![CDATA[Reply To: [Done] Author of post profile link]]> https://forum.userproplugin.com/forums/topic/author-of-post-profile-link/#post-17050 Mon, 13 Jan 2014 14:42:17 +0000 admin <?php echo $userpro->permalink( get_the_author_meta('ID') ); ?>

This should display the profile URL based on author ID.

]]>
https://forum.userproplugin.com/forums/topic/author-of-post-profile-link/#post-17082 <![CDATA[Reply To: [Done] Author of post profile link]]> https://forum.userproplugin.com/forums/topic/author-of-post-profile-link/#post-17082 Mon, 13 Jan 2014 20:43:03 +0000 alex1 Awesome! Big thanks!

]]>
https://forum.userproplugin.com/forums/topic/author-of-post-profile-link/#post-17154 <![CDATA[Reply To: [Done] Author of post profile link]]> https://forum.userproplugin.com/forums/topic/author-of-post-profile-link/#post-17154 Tue, 14 Jan 2014 16:13:19 +0000 admin You are welcome.

]]>