Jump to content

Set a picture / icon for a field


PeterD
Go to solution Solved by Alejandro,

Recommended Posts

Is there a way to assign an image to a field. I don't mean the images for the options.

I have now solved this with the Conditionals Based on Custom Fields, but that would be quite a lot of code in the detail template because I am mapping many fields:

<?php if ($CustomFields->fieldValue('jr_field',$listing)): ?>

  

<img src="/icons/web.png">Text <?php echo $CustomFields->field('jr_field',$listing); ?>


<?php endif;?>

Perhaps I have overlooked the setting?

 

Link to comment
  • 1 month later...
×
×
  • Create New...