20 posts in the RSS feed
Your RSS feed lists the latest 20 posts instead of 10.
<?php
add_filter( 'pre_option_posts_per_rss', static fn() => 20 );
In these packs
- RSS feeds: Control what your RSS feed shows, and when.
Early-bird lifetime licence: $199 once, for the first 200 buyers only. See the offer
Your RSS feed lists the latest 20 posts instead of 10.
<?php
add_filter( 'pre_option_posts_per_rss', static fn() => 20 );
Importing changes nothing until you switch over, and your old shortcodes keep working.