Hi, I've imported a csv file with custom fields for all my posts. THe images for each post are retrieved from an online source with URL format. But I don't know how to get the images to show with the posts. The feedback I got earlier was this:
"So what you will need to do is to manually wrap the image in the img tags when you want to display it on the frontend."
If it helps, I'm following this toolset tutorial now: hidden link
If you have imported the image links into a Types URL field and you want to display the images on the front-end, then you need to write the markup for the image yourself, but generate the src attribute dynamically using your types field.
If you are using Views you can add markup directly in the output editor, but if you were using Blocks you would need to add the markup in a suitable block, such as the Classic Block or the Fields and Text block, each in HTML mode.
I'm using Views at the moment. I placed the code in the Output editor and tried to edit it to my field name (see screenshot). Am I doing something wrong?
Here's an example link: hidden link
Can you allow me temporary access to your admin area to check this further? Your next reply will be private to let you share credentials safely. ** Make a database backup before sharing credentials. **
It sounds a bit complicated to create the backup / find all the details (admin/FTP) you needed. Where can I find these. Alternatively, I took some more screenshots, In case they could help you help me figure this out.