Problem:
The user wants to create an archive where the Post Link With A Title opens in a new tab, but the switch in the settings is not working.
Solution:
To achieve this, use an HTML block instead of the Paragraph block and add the following code:
<a href="[wpv-post-url]" class="ptitle" target="_blank">[wpv-post-title]</a>
This code uses [wpv-post-url] for the post URL and [wpv-post-title] for the post title. The target="_blank" attribute ensures the link opens in a new tab.
For CSS customization, apply styles to the "ptitle" class:
.ptitle { }
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 1 year, 10 months ago.
Assisted by: Christopher Amirian.