Custom link using variable
Hello,
Hopefully someone will be able to let me know if this is possible.
Basically, I want to create a custom link using URL path found within a specific variable such as in the following line of code: Your %1$s on - %2$s - was sent to \'%3$s\' - where %1$s stands for review, I want just to retrieve the link related to that varibale and use it in a custom made html link e.g. <a href="/%1$s">
Anyone?
Thanks.