Ok…
Inserting:
<?php query_posts($query); ?>
Works correctly…
But im trying display only specific post. The post ids are in a string (1,2,3,4,etc…) where numbers are posts ids.
$post_ids = array(1,2,3,4);
<?php query_posts(“p=$post_ids”); ?>
Only display the first post id…
Any idea…
Thanks…
Sorry but my english!!!