A bit more information:
I am pulling 22 different RSS feeds into ThrowbackNetwork.net. Each of these RSS feeds are for different podcasts.
Most of the RSS feeds point to specific HTML pages. On those, the default category icon displays properly. Example:
<div class="ftpimagefix" style="float:left"><a target="_blank" href="http://rcrpodcast.com/episodes/2014/9/14/rcr-episode-83.html"><img width="150" src="http://throwbacknetwork.net/images/rcr-icon.jpg"></a></div>
On a few of my RSS feeds, the feed points directly to the source mp3 file for some reason. Just to be clear, this is a problem with the feed, not the plug-in. Example:
<div class="ftpimagefix" style="float:left"><a target="_blank" href="http://monsterfeet.com/shows/noquarter_101.mp3"><img width="150" src="http://throwbacknetwork.net/images/noquarter-icon.jpg"></a></div>
In the second example, the link from the RSS feed points directly to the mp3 file. Because of that, the mp3 plug-in changes the default category image to its player.
The easiest solution I can think of is changing the AutoPost format so that the default category pictures aren’t hyperlinks. I don’t care if readers can’t click on them; they can click on the title of the post and also the Source Link that is added to the end of each post to go back to the source.
Thanks in advance for any help you can offer.