Skip to content

Instantly share code, notes, and snippets.

@thegulshankumar
thegulshankumar / Exclude Posts from Any Specific Category from RSS Feed
Created February 28, 2025 04:30
Exclude Posts from Any Specific Category from RSS Feed in WordPress
/**
* Exclude Posts from Any Specific Category from RSS Feed in WordPress
*
* Use Case:
* This function is designed for a scenario where you manage a website that publishes content
* across ten different categories, but one specific category contains sensitive or restricted content.
* To comply with your content distribution policy, you may wish to exclude that particular category
* from appearing in the RSS feed.
*
* Solution: