Support

Account

Home Forums General Issues Loop ALL fields within sidebar Reply To: Loop ALL fields within sidebar

  • you need to do either
    ?><img src="'<?php the_field('logo'); ?>'" /><?php
    or
    echo '<img src="' . get__field('logo') . '" />';

    also img does not have a closing tag