Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Bainternet

    (@bainternet)

    Open the plugin file and call

    add_meta_box( 'author_cat',__( 'author category','author_cat' ),array( &$this, 'render_meta_box_content' ),'post' ,'side','low');

    for every post type, until next update which will have a proper hook to work with.

    How can we make it work with custom post types AND taxonomies?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Custom Post Types’ is closed to new replies.