Get Single Image URL

Support MB Relationships Get Single Image URLResolved

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #44531
    AndrewAndrew
    Participant

    How do I get the URL of the image in a single image field. If I use <?php foreach($pages as $p): ?><?php echo $p->team_image; ?><?php endforeach; ?> it gets the ID of the image. How do I get the URL instead?

    Also if I use `<?php echo $p->permalink; ?>' it gets the URL of the main post and not the link of the current item in the loop. How do I get the link of the current item?

    Sorry for the noob questions!

    #44538
    AndrewAndrew
    Participant

    I managed to get the image via the ID.

    If I'm using a loop like this <?php foreach($teams as $p): ?> and while in the loop I use get_permalink() it gets the permalink of the parent post instead of the current post in the loop. How would I get the permalink of the current post in the loop?

    #44539
    AndrewAndrew
    Participant

    Think I've worked it out thanks

    #46308
    Adam ZahlerAdam Zahler
    Participant

    How did you do it?

    Thanks in advance!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.