• Resolved arhamm

    (@arhamm)


    Hi there

    I have a pod called console. I have a field called images which is a File / Image / Video type field. I have allowed multiple files and uploaded multiple images.

    I’m trying to get the url of all of those images.

    I’m using the following piece of code just to see all the images but I can only see one. Any idea why? How can I get all of them

    
    $images = get_post_meta( get_the_id(), 'images', true );
    print "<pre>";
    print_r($images);
    print "</pre>";

    Thanks in advance

    • This topic was modified 3 years, 1 month ago by arhamm.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Can’t get URL of images’ is closed to new replies.