I am looking for the file where I can remove this from my header:
<link rel="alternate" type="application/rss+xml" title="XXXXX" href="http://www.XXXXXX.com/feed/" />
I have disabled feeds, and would really like to remove this.
Thanks in advance.
I am looking for the file where I can remove this from my header:
<link rel="alternate" type="application/rss+xml" title="XXXXX" href="http://www.XXXXXX.com/feed/" />
I have disabled feeds, and would really like to remove this.
Thanks in advance.
It should be in your theme's header file, usually called header.php.
the <link rel="alternate".. tag i snot in the header.php file it seems to be in the wp_head() tag, i have tried adding
remove_action( 'wp_head', 'feed_links' );
to the theme functions file but it has had no affect
This topic has been closed to new replies.