Hi,
I would like to print/echo the url of the (thumbnail) image without the markup.
I have tried
echo $item->fields_by_id[12]->result;
Which returns the image with full html markup
echo strip_tags($item->fields_by_id[12]->result);
Which returns nothing ?
I can't figure out how to do this with the thumbnail.
Best regards,
Jeff
Hi,
I would like to print/echo the url of the (thumbnail) image without the markup.
I have tried
Which returns the image with full html markup
Which returns nothing ?
I can't figure out how to do this with the thumbnail.
Best regards,
Jeff