Che,
Гы, а скрипт убрать(закомментируйте его) ксать, - в каком он скриптовом файле - да бы не рыть все ?
/*
// Fade image
$('.item-overflow img').mouseover(function(){
$(this).parent().find('img:first').stop().animate({opacity:1}, 1000);
})
$('.attachment-slider-post-thumbnail wp-post-image').mouseout(function(){
$(this).stop().animate({opacity:0}, 1000);
});
});
*/