Skip Navigation

[Resolved] Custom view with post author link

This support ticket is created 4 years, 11 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 -
- 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 -

Supporter timezone: Europe/London (GMT+01:00)

This topic contains 1 reply, has 2 voices.

Last updated by Nigel 4 years, 11 months ago.

Assisted by: Nigel.

Author
Posts
#1244010

I have created a custom view with posts in which I print the posts' author with this shortcode: [wpv-post-author].

How I can have the same info (post author) with a link to his/her buddypress profile like site.com/members/postauthor?

Thank you!

#1244027

Nigel
Supporter

Languages: English (English ) Spanish (Español )

Timezone: Europe/London (GMT+01:00)

You can construct the link manually using the same shortcode but specifying, I'm guessing, user nicename to generate the post author slug that corresponds to how BuddyPress constructs the profile link, e.g.

<a href="<em><u>hidden link</u></em> format='meta' meta='user_nicename']">[wpv-post-author] profile</a>
This ticket is now closed. If you're a WPML client and need related help, please open a new support ticket.