Any help as to how to use CE image with an SQL query? it seems to return a blank.
{exp:query sql="SELECT d.upload_date, d.file_name, c.channel_name
FROM exp_files d INNER JOIN exp_channels c
WHERE c.channel_name='portfolios' ORDER BY d.upload_date DESC LIMIT 4"}{exp:ce_img:single src=
{title}
for some weird reason I can’t put this in the forum code but it should be :
img src=”{exp:ce_img:single src="{file_name}” width=“120” height=“60”}
Moved to Community Help forum by Moderator