비밀글 사용하지 않음 체크하고 비밀번호 없애려면 채택완료

관리자에서 비밀글 사용안함에 체크해 두었는데요.
글쓰기에서 비밀번호가 나오네요.
<?php if ($is_password) { ?>
<tr>
<th scope="row"><label for="wr_password">비밀번호<strong class="sound_only">필수</strong></label></th>
<td><input type="password" name="wr_password" id="wr_password" <?php echo $password_required ?> class="frm_input <?php echo $password_required ?>" maxlength="20"></td>
</tr>
<?php } ?>
쓰기 스킨에는 이렇게 되어 있는데요. 다른 파일들은 건든것 없구요.
어찌 조치해야 할지 조언 부탁드립니다.
답변 2개
답변을 작성하려면 로그인이 필요합니다.
로그인