ssp_episode_image Filter Issue
-
Sorry if you’re seeing this twice. Looks like my original repost of this was deleted. Here it is again, since the issue is not resolved but is marked as resolved.
I’m currently using this to try and load up a different image for the podcast episodes. Apple requires 1400×1400 for episodes or they’re ignored so I want this to be custom (ie. not, my episode featured image):
add_filter('ssp_episode_image', 'episode_image'); function episode_image($image, $id){ //Advanced custom field used for custom image. Get the URL. $new_image = get_field('episode_image',$id); return $new_image ? $new_image : $image; }My feed shows the episode featured image. Can you help please?
Thanks,
Jasonhttps://ww.wp.xz.cn/plugins/seriously-simple-podcasting/
[moderator: This seems to be a duplicate of https://ww.wp.xz.cn/support/topic/ssp_episode_image-filter?replies=2&view=all, but given the plugin author’s comment, we will not delete it.]
The topic ‘ssp_episode_image Filter Issue’ is closed to new replies.