Support

Account

Home Forums General Issues img src and href not showing up for thumbnails Reply To: img src and href not showing up for thumbnails

  • Hi @abitofbrit

    First thing is to test that your data is correct:

    
    <?php 
    
    $attachment_id = get_field('floorplan_image');
    
    echo '<pre>';
    	var_dump( $attachment_id );
    echo '</pre>';
    die;
    
    ?>
    
    What do you get for that debugging?