https://github.com/ksherlock/wp-byorf
Build Your Own RSS Feed Plugin for WordPress
https://github.com/ksherlock/wp-byorf
wordpress
Last synced: 2 months ago
JSON representation
Build Your Own RSS Feed Plugin for WordPress
- Host: GitHub
- URL: https://github.com/ksherlock/wp-byorf
- Owner: ksherlock
- Created: 2017-09-13T00:47:28.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-13T01:10:46.000Z (almost 9 years ago)
- Last Synced: 2025-12-24T16:21:18.554Z (6 months ago)
- Topics: wordpress
- Language: PHP
- Size: 1.95 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Build Your Own RSS Feed Plugin for WordPress
This plugin includes 3 short codes to build a category tree which generates an RSS feed URL in real-time.
*See it in action [here](https://retroroundup.com/subscribe-rss/).*
## Short Codes:
### `[byorf_tree]`
Builds a html/javascript category tree. Any provided attributes are passed to
[`get_terms()`](https://developer.wordpress.org/reference/functions/get_terms/).
`exclude` or `exclude_tree` can be used to exclude unwanteded categories.
### `[byorf_link]`
The accomponying RSS link. Provided separately so you can control placement and text.
### `[byorf]`
Equivalent to `[byorf_tree] [byorf_link]`. Any attributes are passed to `get_terms()`, as above.
## Example
[byorf_tree exclude_tree=1,2,3]
Here is your custom feed:
[byorf_link]