Skip Navigation

[Resolved] Create button on slider linking to profile view

This support ticket is created 6 years 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
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

This topic contains 1 reply, has 2 voices.

Last updated by Luo Yang 6 years ago.

Assisted by: Luo Yang.

Author
Posts
#1154439

Tell us what you are trying to do? I have a custom view to display a user profile being used in a slider, I want to make the profile clickable or a button which would then take you to the users profile page or view

Is there any documentation that you are following?

Is there a similar example that we can see?

What is the link to your site? hidden link

#1154479

Hello,

How do you setup the custom view?

Is it a post view or user view?
If it is a post view, and you are going to display archive page of post author, you can try this author link shortcode in view's loop:
[wpv-post-author format="link"]
You can also display the URL of author archive page, like this:
[wpv-post-author format="url"]

More help:
hidden link
Display details for the author of the current post.

If it is a user view, you can try the shortcode:
[wpv-user field="user_url"]

And setup the link with HTML codes, like this:

<a href="[wpv-user field='user_url']">[wpv-user field="user_login"]</a>

More help:
https://toolset.com/documentation/user-guides/views-shortcodes/#wpv-user