thanks acrylian, you help me so much!
in the my theme(zpBase) functions.php i paste printRelatedItems function, rename it in printRelatedItemsNews
and change this line:
`<h4>getTitle()); ?>"><?php echo html_encode($obj->getTitle()); ?>`
to
`
getTitle()); ?>">
<?php $alt=html_encode($obj->getTitle());
$hasFeaturedImage = getFeaturedImage($obj);
if ($hasFeaturedImage) printSizedFeaturedImage($obj,$alt,100,100,100,null,null,null,null,'remove-attributes center',null,true,null); ?>
`
it works!`