Skip Navigation

[Resolved] Displaying custom User Fields

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.

No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.

This topic contains 16 replies, has 2 voices.

Last updated by Christopher Amirian 1 year, 3 months ago.

Assisted by: Christopher Amirian.

Author
Posts
#2626803

It seems difficult to create such a link because I need to create Views as a block on the frontend , not separately somewhere in the Toolset backend, and then added as shortcode in Text and Views block. In new version of Toolset, Views now only can be created on the frontend...
So again how to get textual link to already created custom post such is "Contractor"?
So I can put in conditional text with a link , for example: " Your Contractor profile is already created, you can see it HERE!" (HERE is a link).

Thank you in advance.

#2626923

Christopher Amirian
Supporter

Languages: English (English )

Hi there,

It is still possible to use the legacy version of views which will expose the view as a shortcode and you can use that.

Here is how to enable the legacy mode:

- Go to "Toolset > Settings > General".
- Find the "Editing experience" section.
- Check the "Show both the legacy and Blocks interface and let me choose which to use for each item I build" checkbox.
- Reload the browser page.
- Go to the newly added "Toolset > Views" menu.
- There you will be able to edit the views.

For more information:
https://toolset.com/course-lesson/enabling-legacy-version-of-toolset-views/

So you will add the view in a legacy mode and then use the view shortcode which will generate the link:

https://toolset.com/documentation/programmer-reference/views/views-shortcodes/#vf-154377

Thanks.