Okay, checked settings and they are consistent w/ your suggestion. I am also using get_the_powerpress_content(); as mentioned in my code snippet… I’ve actually used several variations of it as well as the do_shortcode(‘[power press]’); tag/function and still no luck. I looked deeper at my code and the irony is, in the CPT archive where I use WP_Query, it will work. Where it’s not working (the deeper-level taxonomy archive page) I’m actually NOT using a new Query since it’s using the default taxonomy loop… so I was incorrect in my explanation. But still, no luck.
While it would be nice if I can get it working so we can have the audio player sitting in tandem with our video presentations, in all honesty, I kind of perceive this as being redundant when there’s a video sitting right along next to it. Most likely, a user will opt to utilize the video vs. an audio feed in most cases when they’re on site viewing content. The audio content makes more sense to use when off-site, and for that, it would probably be more to podcast users’ preference to have them subscribe to the podcast feed, directly using whatever service they typically use to consume this type of content.
Therefore, until I (or someone in your camp or out on the internet trying to do the same) can figure it out, I’ll probably just include a modal popup that pulls up the subscription options, calling that page content from the subscription page. I can still include the latest podcast within a player in the featured block on the next-level up (CPT Archive where it works).
This seems like the most logical workaround without reinventing the wheel. However, if you come up w/ a reason why get_the_powerpress_content(); won’t work on a taxonomy loop and the issue gets resolved, perhaps we can introduce the audio player later. It’s a compromise, but the modal subscription option should do… at least for now. Unfortunately, as more of a front-end fellow, I don’t quite have the skill-set to dissect the plugin’s code and figure this out.
Thank you, Angelo. Any and all help is certainly appreciated.