CQWP pulling link list , when a link is clicked renders the list item rather than opening the URL itself

StackOverflow https://stackoverflow.com/questions/14064667

  •  12-12-2021
  •  | 
  •  

Вопрос

I have a content query web part on page which i am using to pull a list of links (from a link list)to display on page. I thought clicking this link, user would be able to navigate to the link itself, but when clicked rather the List item is opened. Can anyone tell me how i can have the link to redirect to the URL beneath and not the list item?

Это было полезно?

Решение

In order to render Links List items that redirects to the URL instead of List Item URL in CQWP, specify in Presentation tab for Fields to display:

Link: URL [Custom Columns];

as shown on picture below

enter image description here

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top