Thank you for reply, but it doesn’t working. I
My code (in functions.php) for this is:
add_filter(‘azindex_display_item’, ‘my_add_thumb’, 10, 2);
function my_add_thumb($item, $idindex) {
$thumb = get_the_post_thumbnail;
$item[‘head’] = ‘<div style=”height:150px;padding-top:30px;”>’.$item[‘subhead’].'</div>’;
$item[‘head’] = “<img src='{$thumb[0]}’/>”;
It changes subhead to thumb. Any ideas will be usefull.