WPIntell

Source evidence

How to hide broken image links

WP All Import – Drag & Drop Import for CSV, XML, Excel & Google Sheets · support · 2025-08-15T14:37:00+00:00

mixedsentiment
highseverity
0.83relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

7 / 23 rows with source links

30.4% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

16 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
barritwinn resolved
Hi all, i import page using a csv file which sometimes has images within it, however if the cell is blank where a potential image could be it shows a broken link on the from end. How can I stop this from happening? The page I need help with: [ log in to see the link] Hi @barritwinn , You could use an inline XPath IF statement for this. For example, if the image element is {image[1]}, something like this should work: [IF({image[1][.!=""]})]<img src="{image[1]}">[ELSE][ENDIF]

Comments

1 shown
Trey 2025-08-16T20:58:00+00:00

Hi @barritwinn , You could use an inline XPath IF statement for this. For example, if the image element is {image[1]}, something like this should work: [IF({image[1][.!=""]})]<img src="{image[1]}">[ELSE][ENDIF]