Hiç kimse temayı indirip incelememiş bile

posts.php:
<?php
$img = get_post_custom_values("tan_featured-image");
özel alan: tan_featured-image

posts2.php:
$img = get_post_custom_values("tan_post-thumbshot");
özel alan: tan_post-thumbshot

topcontent.php:
$img2 = get_post_custom_values("tan_banner-slide");
özel alan: tan_banner-slide

image yada img gibi özel alanları nerden buldunuz?