• I found a bug in the registration custom type

    <?php register_post_type('order', $args);?>
    is successful

    but in wp admin all posts not listed
    /wp-admin/edit.php
    /wp-admin/edit.php?post_type=order

    I think it’s because
    ‘order’ is “stopword”
    it is used in query_posts()

    Please fix in next releases…

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Bug with register_post_type(order)’ is closed to new replies.