<?php $args = array( 'numberposts' => 4);$args = array('meta_key' => 'metin_select', 'meta_value' => 'Kolay', 'orderby' => 'meta_value_num');
$metayaGore = get_posts( $args ); foreach( $metayaGore as $post ) : ?>
<a href="<?php the_permalink(); ?>"><?php the_title(); ?></a> //Buraya benim gibi kodlarınızı yazın kendinize göre
<?php endforeach; ?>