• Resolved adamcme

    (@adamcme)


    Hey,

    I tried adding this filter:

    function tribe_remove_featured_image_link( $link ) {
    if ( tribe_is_list_view() ) {
    $link = false;
    }
    return $link;
    }
    add_filter( ‘tribe_event_featured_image_link’, ‘tribe_remove_featured_image_link’ );

    That didn’t work for me.

    Any help with removing the featured image link completely?

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey there @adamcme!

    Thanks for reaching out — sorry to hear that you are experiencing difficulties.

    If that snippet doesn’t work for you, I’d recommend a template override. Our Themer’s Guide will guide you. Once you find the file you are targeting, remove the link HTML.

    Hope that helps!

    Hey there,

    Since this thread has been inactive for a while, I’m going to go ahead and mark it as resolved. Don’t hesitate to create a new thread any time you help again!

    Ed ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘remove link from featured image’ is closed to new replies.