• After moving a WP-site from test to production, some of the categories will not appear when using following code:

    <ul id="navigation" class="foldertree">
       <?php
          wp_list_cats('
                 sort_column=id&
                 hierarchical=1&
                 exclude=3, 53, 54, 55, 56
           ');
     ?>
    </ul>

    the categories I realy would like to see are Fotball(#7) and its sub-categories like Gutter 91/92 (#36).

    Even when I use ::

    <?php
          wp_list_cats();
     ?>

    only a few of my categories appear….

    The categories I realy would like to see are Fotball(#7) and its sub-categories like Gutter 91/92 (#36).

    I wouldn’t be so frustrated if it never had worked, but the categories dissappeared after i moved the site to a new location. I dumped the DB, used vi to change all the referances to the old location and substituted them with the new one.
    link :: http://www.aga-il.no

    I use the “Category Visibility-RH Rev”-plugin , but did not change its settings after the move.

    I’m out of ideas, but maybe one of yuo has one??

    \fred Moerman

  • The topic ‘some categories faile to appear’ is closed to new replies.