the query is :
<?php
// Headlines variable can control admin area
// Its like ; 3,4,5,6
$headlines = ".get_option('t_turmanset').";
query_posts( array( 'numberposts' => 4, 'post__in' => array( HOW CAN I ADD HEADLINES ? ) ) );
if ( have_posts() ) : while ( have_posts() ) : the_post();
?>
Thank you ;) Ps. sorry about my bad english
