link events to an e termale url without going into the posts

Home Forums Welcome! Pre-Sales Questions link events to an e termale url without going into the posts

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1323154
    Flavio
    Guest

    is it possibile to link only to the external link when clicking on an event?

    Thankyou
    Flavio

    #1323811
    Andras
    Keymaster

    Hello Flavio,

    Thanks for using the Events Calendar.

    Here on the pre-sales forum, I’m afraid we do not provide technical support. I would ask that you take any technical support questions across to our wordpress.org forum – our staff scan it periodically and other community members may also be able to help out.

    The Events Calendar

    If you have a valid license for one of our premium plugins then you can log in to your account and post your question in the appropriate premium forum.

    To help you get started you can try this snippet in your functions.php :

    add_filter( 'tribe_get_event_link', function( $default_url ) {
    $website_url = tribe_get_event_website_url();
    return empty( $website_url ) ? $default_url : $website_url;
    } );

    Thanks again!

    Cheers,
    Andras

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘link events to an e termale url without going into the posts’ is closed to new replies.