Hello Floy ,
here is your answer
yes it is possible
use this
==================
can you create question for last work or transfer directly as discussed
here is your answer
yes it is possible
use this
<?php
$post_id = $_GET['ID'];
wp_reset_query();
query_posts('p='.$post_id.'&posts_per_page=1');
while (have_posts()): the_post();
the_title();
the_content();
endwhile;
?>
==================
can you create question for last work or transfer directly as discussed
Updated: 01/23/13 12:41pm

