Viewing 1 replies (of 1 total)
  • Plugin Author Ajay

    (@ajay)

    You can’t do this now, unless you edit the theme files and comment out line 760 of admin.inc.php.

    add_action( 'add_meta_boxes', 'crp_add_meta_box' , 10, 2 );

    and line 831.

    add_action( 'save_post', 'crp_save_meta_box' );
Viewing 1 replies (of 1 total)
  • The topic ‘Remove "Contextual Related Posts" Field on Posts’ is closed to new replies.