Retrieve actual link to image

Home Forums Calendar Products Events Calendar PRO Retrieve actual link to image

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #963147
    Dan Feeley
    Participant

    I am making some modifications to the photo view (I am using a child theme) and would like to get the actual URL to the following image:

    <?php echo tribe_event_featured_image( null, ‘medium’ ) ?>

    Thank You.

    #963315
    Brian
    Member

    Hello,

    Thanks for using our plugins. I can help get you started on this.

    The Photo View is a featured image so you can use WordPress functions to achieve this.

    This function from WordPress: get_the_post_thumbnail

    http://codex.wordpress.org/Function_Reference/get_the_post_thumbnail

    Has examples on getting the image src so you can use the link how you would like.

    Let me know if you have any follow up questions.

    Thanks

    #964419
    Dan Feeley
    Participant

    That got me what I needed, thank you.

    #964428
    Brian
    Member

    Great glad it helps.

    I am going to close this ticket, but if you need anything else related to this topic or another please post a new topic on the forum and we can help you out.

    Thanks

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Retrieve actual link to image’ is closed to new replies.