#13746 closed defect (bug) (worksforme)
categories and tags doesnt show up in custom post list.
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
i created custom taxonomies for category and tags. but they doesnt show up in post list.
is_post_type doesnt works well.
Change History (6)
Note: See
TracTickets for help on using
tickets.
is_post_type is not a query conditional tag -- use is_singular( $post_type ). The Codex documents this.
custom taxonomies need show_ui => true to show up.
Closing as worksforme -- please try the support forums: http://wordpress.org/support.