$oyunum= get_post_meta($post->ID, "oyun", true); if(stristr(".dcr",$oyunum)) { echo "dcr li kod buraya"; } else { echo "swf li kod buraya"; }