Forum Discussion
Raj_Komirshetty
Dec 29, 2021Copper Contributor
How to display hyperlink with Display text in PNP Search results webpart?
Hi
I have a list that contains a url column. I'm trying to display the list items in PNP Search results webpart. However it is displaying only the link present within the column but not the hyperlink. Where am I going wrong? Can anyone please advise?
The list column is like this:
Only links are displayed like this.
Thanks
Raj
Raj_Komirshetty Did you solve this? I came across your post when I was searching for similar issue.
You need to add the href attribute to your anchor tag, as follows:<a href="{{slot item @root.slots.link }}" target="_blank" style="color: {{@root.theme.semanticColors.link}}"> {{slot item @root.slots.link}} </a>
Hope this helps.
Good luck!Don
If my answer helps solve or resolve your issue, please consider clicking Mark as Best Response & Like. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it a Like.