Viewing 4 replies - 1 through 4 (of 4 total)
  • This could be a server configuration issue: http://core.trac.wordpress.org/ticket/14134

    Thread Starter normda

    (@normda)

    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.

    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

    (@normda)

    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.