For blog posts with the Link post type, I’d like for the post title that shows in category/archive pages to link directly to the URL of “The Link” that is added to the post.
How can we make this happen?
For blog posts with the Link post type, I’d like for the post title that shows in category/archive pages to link directly to the URL of “The Link” that is added to the post.
How can we make this happen?
Hi,
This will require custom development which is outside the scope of support.
To give you something to start with you can copy the file wp-content\themes\pro\framework\views\{STACK}\content-link.php to your child theme wp-content\themes\pro-child\framework\views\{STACK}\content-link.php
then find the_permalink in the else statement and change it with echo $link.
eg.
Change this

to this

Hope that helps.
Perfect! Thanks!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.