Support

Account

Home Forums Front-end Issues image not showing correctly Reply To: image not showing correctly

  • Thanks, my question is part resolved. just one more question :

    I did exactly the same thing as in the docs

    <?php
     
    /*
    *  Show selected image
    *  Return value = URL
    */
     
    ?>
    <img src="<?php the_field('field_name'); ?>" alt="" />

    Why does my code return an array, and not the URL ?