Hi @zahardoc
Unchecking that setting did not make a difference. In fact it removed it entirely from the custom post.
In answer to your questions:
I am using a custom theme with Classic Editor.
When the player appears on the podcast episode page (custom post type), it appears correctly, with the metadata only appearing once. Here, it is being allowed to appear automatically. Here is an example of the podcast episode page, where it is correctly shown:
https://www.scoringnotes.com/podcast/back-to-the-future-of-music-notation-on-computers/
However, when I embed the player into another page or post, using the shortcode, the metadata and subscribe links appear twice. Here is an example of that:
https://www.scoringnotes.com/opinion/a-brief-history-of-music-notation-on-computers/
I believe I discovered the issue, although it is a change from before.
For embedded players, I was using the “details” parameter, for example:
[podcast_episode episode=”25174″ content=”player,details”]
But now it seems that the details are included in the player, so adding them is redundant. So, this appears correctly:
[podcast_episode episode=”25174″ content=”player”]
This is relatively new behavior, although I cannot pinpoint when it first started to appear, and whether it is related to a SSP update or a WordPress update.
Please let me know if this is expected, and if I should remove the “details” parameter from all of my currently existing embedded players, and not use it going forward, or if you expect to revert to the previous behavior.
Thank you.