WP Manifestindependent plugin directory
manifest / content / ko-rss-exclusions

KO – RSS Exclusions

Exclude specific post/page IDs from WordPress RSS feeds with an admin UI and searchable selector.

by KO · github.com/wy4tt34rp/ko-rss-exclusions

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.zip

Overview

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

  1. Copy the plugin into /wp-content/plugins/
  2. Activate it from the WordPress admin
  3. Configure any plugin-specific settings after activation
  4. 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