Skip to content

Commit e6df850

Browse files
authored
Update FAQ section in README.md
Reorganize FAQ section and restore previously removed content.
1 parent e5f7ece commit e6df850

1 file changed

Lines changed: 18 additions & 12 deletions

File tree

README.md

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -71,18 +71,6 @@ Podcast Platforms block | Podcast Grid pattern | Podcast Transcript block
7171
* Validate your feeds at [Cast Feed Validator](https://www.castfeedvalidator.com/) before submitting them.
7272
* Submit the podcast feed to https://pocketcasts.com/submit/
7373

74-
### How do I get my podcast featured on Pocket Casts?
75-
76-
The Featured section of Pocket Casts is human-curated. To ensure that all podcasts have an equal opportunity at being featured, selections are made on the basis of merit.
77-
78-
If you’d like to suggest your podcast for a featured spot, reach out to curation@pocketcasts.com.
79-
80-
For more information, [read more](https://pocketcasts.com/podcast-producers/).
81-
82-
### How do I submit private and paid podcast feeds?
83-
84-
Follow this documentation to submit [private and paid podcast feeds](https://support.pocketcasts.com/article/password-protected-podcasts-2/)
85-
8674
## Control how many episodes are listed on the feed
8775

8876
If you want to adjust the default number of episodes included in a podcast RSS feed, then utilize the following to do so...
@@ -143,6 +131,24 @@ function podcasting_feed_item_filter( $feed_item = array(), $post_id = null, $te
143131
add_filter( 'simple_podcasting_feed_item', 'podcasting_feed_item_filter', 10, 3 );
144132
```
145133

134+
## Frequently Asked Questions
135+
136+
### How do I get my podcast featured on Pocket Casts?
137+
138+
The Featured section of Pocket Casts is human-curated. To ensure that all podcasts have an equal opportunity at being featured, selections are made on the basis of merit.
139+
140+
If you’d like to suggest your podcast for a featured spot, reach out to curation@pocketcasts.com.
141+
142+
For more information, [read more](https://pocketcasts.com/podcast-producers/).
143+
144+
### How do I submit private and paid podcast feeds?
145+
146+
Follow this documentation to submit [private and paid podcast feeds](https://support.pocketcasts.com/article/password-protected-podcasts-2/)
147+
148+
### Where do I report security bugs found in this plugin?
149+
150+
Please report security bugs found in the source code of the Simple Podcasting plugin through the [Patchstack Vulnerability Disclosure  Program](https://patchstack.com/database/vdp/0d49ba54-688e-484d-9411-4716696aa79b). The Patchstack team will assist you with verification, CVE assignment, and notify the developers of this plugin.
151+
146152
## Support Level
147153

148154
**Stable:** 10up is not planning to develop any new features for this, but will still respond to bug reports and security concerns. We welcome PRs, but any that include new features should be small and easy to integrate and should not include breaking changes. We otherwise intend to keep this tested up to the most recent version of WordPress.

0 commit comments

Comments
 (0)