Post Title with Link to Post

WordPress
12 September, 2022 07:52:12
AGM
Topics: 4
Messages: 8
Hi,
Im trying to display a Post Title and have that title clickable as a link to the actual post. Is this possible?
Furthest I was able to get in an html field:

<a href="[POST LINK HERE]">[e2pdf-format-output filter="strtoupper"][e2pdf-wp key="post_title"][/e2pdf-format-output]</a>

Thanks
12 September, 2022 08:08:59
E2Pdf
Support
Topics: 7
Messages: 3163
Hi,

It must be possible to use: [e2pdf-wp key="get_permalink"] as:

<a href='[e2pdf-wp key="get_permalink"]'>[e2pdf-format-output filter="strtoupper"][e2pdf-wp key="post_title"][/e2pdf-format-output]</a>

P.S. Keep attention please to quotes inside "href" attribute and "Disable WYSIWYG Editor" option under "HTML" object must be checked. Screenshot attached.
We would really appreciate your feedback at WordPress.org!
12 September, 2022 09:50:28
AGM
Topics: 4
Messages: 8
Thanks so much!