I’m setting up a “Resources” page on a new site that pulls in posts from two outside blogs. I wrote both of them and have control over those sites so can make changes there if needed.
No matter what my settings are, I can only retrieve the 5 most recent posts from each blog.
My shortcode:
[srr_feed urls="https://storysailing.com/feed, https://theworldsgreatestbook.com/feed" tab_titles="Storytelling, Writing & Publishing" color_style="card" show_author=0 show_date=0 thumbnail_size="200px" thumbnail_force="when_absent" display_type="paginated" visible_items="150" page_size="150" open_newtab="1"]
Ideally, I’d like to create a scrolling or paginated tab for each of the imported feeds that accesses all the content from each of the two sites.
Thanks!
Dave