video gallery not showing

Status: 
Solved
Question: 

Hi

I seem to have trouble getting my video's showing. I can only think my code in the template is wrong, please check.
<?php foreach ((array)$node->field_video as $item) { ?>
<?php print $item['view'] ?>
<?php } ?>

Responses

1. You need to see if your

You need to see if your fields are actually named field_video (contemplate gives you some fields to use below the input box).

You also need to make sure that you video field is configured to show on the video gallery content type -> display fields