Title: Post limitations?
Last modified: August 19, 2016

---

# Post limitations?

 *  [normda](https://wordpress.org/support/users/normda/)
 * (@normda)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/post-limitations/)
 * I’m using the Coraline theme and I have configured it to list 50 posts in the
   menu. However, the menu only shows the most recent 15 posts. How can I get it
   to show more than the 15 limit?
 * [http://bevinsequipment.com/](http://bevinsequipment.com/)

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

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/post-limitations/#post-1914647)
 * This could be a server configuration issue: [http://core.trac.wordpress.org/ticket/14134](http://core.trac.wordpress.org/ticket/14134)
 *  Thread Starter [normda](https://wordpress.org/support/users/normda/)
 * (@normda)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/post-limitations/#post-1914722)
 * No, it is not a sever limitation. I only have 22 posts. The code limits the number
   of items in the menu to 15.
 * I found that if I modify wp-includes/default-plugins.php from
 *           else if ( $number > 15 )
                   $number = 15; To          
   else if ( $number > 15 )                $number = 30; Then all my 22 posts show
   in the menu. I’m looking for a plugin or other way to modify this parameter in
   the admin panel so I don’t have to change core code in WordPress. The Coraline
   Theme does not have this provision.
 *  [adminRimma](https://wordpress.org/support/users/adminrimma/)
 * (@adminrimma)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/post-limitations/#post-1914880)
 * I would like to do the same thing, and have tried editing my functions.php file
   and saving it as a child theme file…however, it is completely ignored. Help?
 *  Thread Starter [normda](https://wordpress.org/support/users/normda/)
 * (@normda)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/post-limitations/#post-1914881)
 * Did you modify the p-includes/default-plugins.php file? Not the functions.php
   file.

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

The topic ‘Post limitations?’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 3 participants
 * Last reply from: [normda](https://wordpress.org/support/users/normda/)
 * Last activity: [15 years, 2 months ago](https://wordpress.org/support/topic/post-limitations/#post-1914881)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
