Hello, I want to show a PLAY ICON on K2 related items having any video. Here are the current codes:
<?php if($this->item->params->get('itemRelatedMedia')): ?>
<<==== PHP CONDITION FOR IF THIS K2 RELATED ITEM HAS ANY VIDEO OR NOT, IF YES, THEN SHOW THE BELOW PLAY ICON ======>>
<span class="card-related-media t"><img src="
www.bioscience.com.pk/templates/bspk/images/system/video-play.svg">
<?php endif; ?>