Make WordPress Core

Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#13746 closed defect (bug) (worksforme)

categories and tags doesnt show up in custom post list.

Reported by: od3n's profile od3n 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)

#1 @nacin
15 years ago

  • Milestone Unassigned deleted
  • Resolution set to worksforme
  • Status changed from new to closed

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.

#2 @od3n
15 years ago

the taxonomies shown up on menu. but not on posts list.

#3 @nacin
15 years ago

You need to register those columns (the ones on edit.php) yourself.

#4 @od3n
15 years ago

any possible to use hook like manage_posts_custom_column function without touch the core files?

#5 @nacin
15 years ago

That's exactly the hook you'd use.

#6 @od3n
15 years ago

why doesnt it show up automatically the custom taxnonomies which we assigned to them?

Note: See TracTickets for help on using tickets.