Forums

Show Specific post? (2 posts)

  1. belgin fish
    Member
    Posted 11 months ago #

    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

  2. filosofo
    Member
    Posted 11 months ago #

    Change it to
    <?php $recent = new WP_Query("p=123");
    where 123 is the post's id.

Reply

You must log in to post.

About this Topic