Title: Showposts
Last modified: August 20, 2016

---

# Showposts

 *  Resolved [ds24a3](https://wordpress.org/support/users/ds24a3/)
 * (@ds24a3)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/showposts/)
 * Can anyone tell me the php function to check how many posts to display is set
   in wp-admin options.
 * (I know about query_posts(‘showposts=7&paged=’.$page_num); ?>) but this sets 
   the number. I just want to read this number which is already set

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

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/showposts/#post-2089534)
 * [http://codex.wordpress.org/Function_Reference/get_option](http://codex.wordpress.org/Function_Reference/get_option)
   
   [http://codex.wordpress.org/Option_Reference](http://codex.wordpress.org/Option_Reference)
 *  Thread Starter [ds24a3](https://wordpress.org/support/users/ds24a3/)
 * (@ds24a3)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/showposts/#post-2089646)
 * Got it esmi thanks
 * `<?php echo get_option( 'posts_per_page' ); ?>`

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

The topic ‘Showposts’ is closed to new replies.

 * 2 replies
 * 2 participants
 * Last reply from: [ds24a3](https://wordpress.org/support/users/ds24a3/)
 * Last activity: [14 years, 11 months ago](https://wordpress.org/support/topic/showposts/#post-2089646)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
