Viewing 1 replies (of 1 total)
  • Plugin Author Alexandre Gaboriau

    (@mcurly)

    Hi,
    Thanks for your feedback.
    This possibility is not set into plugin options.
    So if you want to do that, you have to go into the file magic_post_thumbnail.php and on line 401, change
    $value = ( $value != '0' )? 'checked="checked"' : '' ;
    with
    $value = ( $value != '0' )? '' : 'checked="checked"' ;

Viewing 1 replies (of 1 total)

The topic ‘Default unchecked’ is closed to new replies.