Archived topic
How to create a link in a hook
3 replies · Started by Kim on November 29, 2021
Viewing posts 1–4 of 4
I created a hook for my site that places an affiliate disclaimer at the top of each post. I would like to create an internal link inside the text of that hook that will point to a page inside my site with more information. How do I do that?
Hi there,
you can add some HTML with an anchor link to your text eg.
<a href="the_url_to_the_page_you_want">Click here text</a>
Perfect! Thank you.
You're welcome
This archived topic is closed to new replies.