Skip Navigation

[Resolved] How to rename Post Title with Link

This support ticket is created 5 years, 10 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.

This topic contains 2 replies, has 2 voices.

Last updated by craigH-5 5 years, 10 months ago.

Author
Posts
#1220575

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

#1220684

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

#1220869

This worked exactly how I wanted. Thanks