<?php $mykey_values = get_post_custom_values('resim'); foreach ( $mykey_values as $key => $value ) { echo "$value <br />"; } ?>