$kolay=get_post_meta( get_the_ID(), 'kolay', true );
$orta=get_post_meta( get_the_ID(), 'orta', true );
$zor=get_post_meta( get_the_ID(), 'zor', true );
özel alana göre işlem yap:
if($kolay): kolay seçiminde çalışacak kodlar endif;
if($orta): orta seçiminde çalışacak kodlar endif;
if($zor): zor seçiminde çalışacak kodlar endif;
bu kadar