How to remove links on feed?

Posted in: Newspaper
Post count: 12

Hi!
The article page with Newspaper has three links on feeds:

1. <link rel=”alternate” type=”application/rss+xml” title=”site.com » Feed” href=”https://www.site.com/feed/&#8221; />
2. <link rel=”alternate” type=”application/rss+xml” title=”site.com » Comments Feed” href=”https://www.site.com/comments/feed/&#8221; />
3. <link rel=”alternate” type=”application/rss+xml” title=”site.com » Article Name Comments Feed” href=”https://www.site.com/articlename/feed/&#8221; />

Is it possible to remove from the <head>:

2. <link rel=”alternate” type=”application/rss+xml” title=”site.com » Comments Feed” href=”https://www.site.com/comments/feed/&#8221; />
3. <link rel=”alternate” type=”application/rss+xml” title=”site.com » Article Name Comments Feed” href=”https://www.site.com/articlename/feed/&#8221; />

Post count: 35449

Hi,
You can do this using an extra code in a child theme, the cod needs to be set in functions.php – https://i.imgur.com/e808cIh.png all the necessary details can be obtained from this article – https://wpadminify.com/kb/how-to-remove-wordpress-rss-feed-urls-from-page-header/
Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.