Ok, well im just wondering how to show a specific post, like this :
<?php $recent = new WP_Query("&showposts=3"); while($recent->have_posts()) : $recent->the_post();?>
is showing the three most recent posts, but how do i have it show a specific one, i have the posts id and all i just need the code.
thanks