tyskkvinna
Member
Posted 10 months ago #
I use autonav all over the place, but only in one spot is it acting peculiar.
http://thegeekgroup.org/projects/
The thumbnail is shows is not accurate. It is showing a completely unrelated image for 2 of them and an old one for the other. I have updated the featured image repeatedly on these pages, but it still insists on showing this one. As a sidenote, for the two that are identical, that image has NEVER been the featured image for those pages. It's for something else entirely.
Any ideas?
http://wordpress.org/extend/plugins/autonav/
For the record, what is the full URL for the thumbnail you expect, and the one which is actually being used?
tyskkvinna
Member
Posted 10 months ago #
Curious. Would you mind contacting me via email for some debugging?
tyskkvinna
Member
Posted 10 months ago #
Aha! The problem was in Line 192 of autonav_wl.php; the correct code is:
if ($ifile === $afile || $suffix_match) {
This was previously == not ===, so once you had a file called "0.jpg" that was always selected instead of the correct one. I will issue a patch.