I think so, because I do also read some of the post that wordpress could manage more than 10,000 posts, pages and custom types.
I did try these codes:
set “define(‘WP_DEBUG’, true);” to true
and add these lines,
“error_reporting( E_ALL | E_STRICT );
ini_set(‘display_errors’, 1);”
on the wp-config.php file and I ended up to these errors,
Notice: register_sidebar_widget is deprecated since version 2.8! Use wp_register_sidebar_widget() instead. in /home5/affordm2/public_html/ncf/wp-includes/functions.php on line 2628
Notice: register_widget_control is deprecated since version 2.8! Use wp_register_widget_control() instead. in /home5/affordm2/public_html/ncf/wp-includes/functions.php on line 2628
Notice: register_sidebar_widget is deprecated since version 2.8! Use wp_register_sidebar_widget() instead. in /home5/affordm2/public_html/ncf/wp-includes/functions.php on line 2628
Notice: register_widget_control is deprecated since version 2.8! Use wp_register_widget_control() instead. in /home5/affordm2/public_html/ncf/wp-includes/functions.php on line 2628
Notice: register_sidebar_widget is deprecated since version 2.8! Use wp_register_sidebar_widget() instead. in /home5/affordm2/public_html/ncf/wp-includes/functions.php on line 2628
Notice: register_widget_control is deprecated since version 2.8! Use wp_register_widget_control() instead. in /home5/affordm2/public_html/ncf/wp-includes/functions.php on line 2628
Notice: register_sidebar_widget is deprecated since version 2.8! Use wp_register_sidebar_widget() instead. in /home5/affordm2/public_html/ncf/wp-includes/functions.php on line 2628
Notice: register_widget_control is deprecated since version 2.8! Use wp_register_widget_control() instead. in /home5/affordm2/public_html/ncf/wp-includes/functions.php on line 2628
Notice: Undefined variable: post in /home5/affordm2/public_html/ncf/wp-content/themes/lawfirm/functions.php on line 701
Notice: Trying to get property of non-object in /home5/affordm2/public_html/ncf/wp-content/themes/lawfirm/functions.php on line 701
Notice: add_custom_background is deprecated since version 3.4! Use add_theme_support( ‘custom-background’, $args ) instead. in /home5/affordm2/public_html/ncf/wp-includes/functions.php on line 2628
Notice: add_custom_image_header is deprecated since version 3.4! Use add_theme_support( ‘custom-header’, $args ) instead. in /home5/affordm2/public_html/ncf/wp-includes/functions.php on line 2628
I also use the default theme TwentyEleven but still I can’t Access the Admin Pages Section.