I’ve been using podcast publisher for at least five years and love it. After updating to release 4.0, however, my podcasts are no longer showing up at the top of my posts. My template is named default and all I have is the word default at the top of every podcast episode post. I tried changing my template, but I’m not really sure how to change it to fix this.
I’m running:
PHP Version 8.1.24
WordPress Version 6.3.2
can you try to use this minimal template and see if that works:
{% if not is_feed() %}
{# display web player for episode #}
{{ episode.player }}
{% endif %}
Then section by section add back parts of your current template until you encounter the error again. Then I can investigate what part of the template does not work any more.