I am trying to: I'd like to create a display title called "View Floor Plan" with link for all my floor plan CPT's. I don't want to use the floor plan post title as the display name for link.
Example page I'm trying to copy hidden link.
I want all my post links to be named "View Floor Plan" but assigned to the proper post
Link to a page where the issue can be seen: hidden link
In a View you can for example add this HTML to the Loop and populate it with the ShortCode for the post URL:
<a href="[wpv-post-url]">Your Text</a>
Read more:
https://toolset.com/documentation/user-guides/views-shortcodes/#wpv-post-url
I hope I understood your request correctly.
If you want to update the actual Post Title (As seen in the backend) with a Link, this will not work as the title in WordPress accepts no HTML
This worked exactly how I wanted. Thanks