Hi all. Very new to ProcessWire. I am excited about learning it and am currently trying to switch over a MODX site at this very moment. I am reading the API docs and as much of the forum as possible, however I am lost
I have an image fieldtype named, "col1Image". I uploaded a photo and now want to display on the site. This is how I referenced it:
<img src="<?php echo $page->col1Image; ?>">
However, I know that only is displaying the image/file name and I need to reference the complete path to it. Can you help a newbie out on this one please? I can't seem to find a clear answer.
Also, even though I've read the docs numerous times, in regards to paths and urls, I'm still not "getting it". Is there another reference/guide/forum post that's explains things even simpler? For me to not be able to figure out how to reference an image source's path is pretty humiliating I have managed to reference my stylesheet and some hardcoded images, but that's about it.
Thank you so much everyone.