• Resolved Marc

    (@jmaimarc)


    Problem:
    The default Categories meta box is not being removed from the post page.

    Resolution:
    Edit author-category.php line 95:
    change add_action( 'add_meta_boxes', array( $this, 'add_meta_box' ) );
    to add_action( 'do_meta_boxes', array( $this, 'add_meta_box' ) );

    http://wordpress.org/plugins/author-category/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Bug Report: Remove Default Categories Meta Box’ is closed to new replies.