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.