Title: Display specific post only
Last modified: August 20, 2016

---

# Display specific post only

 *  [sf23103](https://wordpress.org/support/users/sf23103/)
 * (@sf23103)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/display-specific-post-only/)
 * I have a category heading on the left with all posts in that category listed 
   below. When the user clicks on a specific post, I want that post (and that post
   only) to display.
 * I used I used `query_posts($query_string.'&posts_per_page=1');` but when you 
   click on a specific post in that category, only the most recent post shows up.
 * How can I just display the selected post, and that post only?
 * Thanks!!

Viewing 5 replies - 1 through 5 (of 5 total)

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/display-specific-post-only/#post-2203273)
 * Try removing that query. WordPress displays the single post by default.
 *  Thread Starter [sf23103](https://wordpress.org/support/users/sf23103/)
 * (@sf23103)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/display-specific-post-only/#post-2203279)
 * If I remove `query_posts($query_string.'&posts_per_page=1');` it displays all
   of the posts in that category no matter which one I click on.
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/display-specific-post-only/#post-2203282)
 * Dos your theme have a single php file?
 *  Thread Starter [sf23103](https://wordpress.org/support/users/sf23103/)
 * (@sf23103)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/display-specific-post-only/#post-2203288)
 * Yes it does. How do I get it to utilize that?
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/display-specific-post-only/#post-2203425)
 * WordPress uses the single.php template file automatically.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Display specific post only’ is closed to new replies.

## Tags

 * [query_posts](https://wordpress.org/support/topic-tag/query_posts/)

 * 5 replies
 * 2 participants
 * Last reply from: [esmi](https://wordpress.org/support/users/esmi/)
 * Last activity: [14 years, 9 months ago](https://wordpress.org/support/topic/display-specific-post-only/#post-2203425)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
