Forum Discussion
Deleted
Jan 28, 2018Content Query Custom Link for Both Image and Title
So I've followed the advice found https://social.technet.microsoft.com/Forums/ie/en-US/ef1f734c-e9e6-4717-89ca-6b520d2f7b74/disable-the-title-link-and-image-link-from-the-content-query-web-part?forum...
Deleted
Jan 28, 2018What you could do is read the complete innerhtml and check where the image is. if it is in there.
Deleted
Jan 29, 2018I checked where the image was and found that I just needed to add in the loop to also make the .link-item (not just the .item) change because that's the class the Title was in.