KO – RSS Exclusions
Exclude specific post/page IDs from WordPress RSS feeds with an admin UI and searchable selector.
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/wy4tt34rp/ko-rss-exclusions/archive/refs/heads/main.zipOverview
Excludes selected content from RSS output.
Key Features
- Focused, single-purpose WordPress plugin implementation
- Intended for real-world production workflows
- Lightweight repository layout suitable for review, reuse, and extension
Requirements
- WordPress
Installation
- Copy the plugin into /wp-content/plugins/
- Activate it from the WordPress admin
- Configure any plugin-specific settings after activation
- Test in a staging environment before production rollout
Usage
This repository is intended to provide a clean, reviewable plugin codebase. Exact usage depends on the active theme, plugins, and site-specific workflow where the plugin is deployed.
Configuration
- Review plugin settings, filters, actions, and any environment-specific assumptions before deployment
- Keep API keys, account IDs, license keys, and secrets out of version control
- Review the codebase for any site-specific assumptions before deployment.
Extensibility
This plugin may be extended through normal WordPress customization patterns such as actions, filters, template integration, admin settings, or project-specific wrappers, depending on the implementation.
Development Notes
- Public-safe repository version
- No live secrets should be stored in code
- Test with your active stack before production release
License
GPL-2.0-or-later