Archive block doesn't display all episodes

My episodes are displaying perfectly with the Archive-podcast template I’ve created, based on the 2025 theme. Great plugin! Now I’m having issues with the archive block inserted in this same template, it isn’t displaying all of my episodes in the month pull-down menu. I’ve added the caching code from your GitHub page

define(‘PODLOVE_TEMPLATE_CACHE’, false);

to the wp-config.php file but it still doesn’t display the list.
Any suggestions?
Thank you.

Are some episodes missing or all? Because I suspect you are using a block that only expects posts, not custom post types like our episodes. You may need to look for a plugin that provides block settings for custom post types.

There are 16 (out of 150) displayed. But I am talking about the core ‘archive’ block

This one?

That unfortunately only lists actual “Posts”, not Episodes or other custom post types.

Maybe this plugin helps: Custom Post Type Widgets – WordPress plugin | WordPress.org (Disclaimer: only did a quick search, did not actually try it out)

1 Like