Page MenuHomePhabricator

Techblog: Consider removing RSS discovery for Current Article Comments feed
Open, Needs TriagePublic

Description

When popping an article or category in an RSS reader to discover feed(s), it currently promotes the Comments feed which perhaps isn't so useful / distracting.

Screenshot 2020-09-09 at 15.20.59.png (1×1 px, 221 KB)

For my own WordPress blogs, this was always part of my functions.php boilerplate:

mytheme/functions.php
add_filter('feed_links_show_comments_feed', '__return_false');

Event Timeline

Krinkle renamed this task from Techblog: Consider removing promotion of Comments feed to Techblog: Consider removing promotion of Comments RSS feed.Dec 8 2025, 12:56 AM
Krinkle renamed this task from Techblog: Consider removing promotion of Comments RSS feed to Techblog: Consider removing RSS discovery for Current Article Comments feed.