Removing Events Feed Tag From Header

Home Forums Calendar Products Events Calendar PRO Removing Events Feed Tag From Header

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #939457
    Dokuchie Rob
    Participant

    Hi…

    I just want to remove the Events Calendar RSS feed tag from the header.

    A snippet for my functions file would be nice 🙂

    Regards
    Ryan

    #939550
    Brian
    Member

    Hi,

    Ryan, not exactly sure what you are referencing. Can you please provide a link and I will take a look and see if I can provide a snippet.

    Thanks

    #939552
    Dokuchie Rob
    Participant

    <link rel=”alternate” type=”text/calendar” title=”Welcome to Sioux Narrows – Nestor Falls » iCal Feed” href=”http://snnf.ca/preview/events/?ical=1&#8243; />

    The iCal feed from the header. I want to remove it from the header.

    #939560
    Brian
    Member

    Ok this snippet should do it.

    remove_action( 'wp_head', array( 'TribeiCal', 'set_feed_link' ), 2, 0 );

    Add that to your theme’s function.php

    Thanks

    #949513
    Brian
    Member

    Since there is has not been any activity on this thread for over 2 weeks so I am now closing it. Feel free to start a new thread if you have further issues. Thanks! 🙂

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Removing Events Feed Tag From Header’ is closed to new replies.