Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Ok at admin-functions.php
    I found this line and increased the number it was set at: 100 , up to 800 and everything seems to work now.

    function return_categories_list($parent = 0) {
    global $wpdb;
    return $wpdb->get_col(“SELECT cat_ID FROM $wpdb->categories WHERE category_parent = $parent ORDER BY category_count DESC LIMIT 800”);
    }

    I upgraded to 2.0, everything went fine.
    At wp-admin/post.php, the categories displays a partial list of all my categories. The pulldown menu does not cut off. I can scroll from top to bottom alphabetical. The odd thing is there is some logic that is displaying some categories but not others. For example I have a category called “People: Alexandre Aja.” In the admin now this category (among several others do not display). When I view that specific category via the site it shows everything fine.
    https://www.cinemastrikesback.com/index.php?cat=444
    However now in the admin when I go to create a new post I have no option to flag this category as it doesn’t display (this is also of course the case for several other categories). What logic is now included for any exclusion of categories for posting/editing posts in the admin? Is it as jcwinnie suggests that at a certain range categories display (over 20).

    I also found this page:
    edit-form-ajax-cat.php

    Anyone find any solutions to this?

    I’m also experiencing the same problem jcwinnie is after I upgraded to 2.0 as have several of my friends. I’m browsing the support forums for help and hope someone realizes this isn’t an isolated issue.

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