게시글 날짜 안보이게 하는법 정보
게시글 날짜 안보이게 하는법본문
게시글 날짜 안보이게 하는 방법이 있을까요??
댓글 전체
스킨폴더에 list.skin.php 에서
<th><?=subject_sort_link('wr_datetime', $qstr2, 1)?>날짜</a></th> 이거랑
<td class="datetime"><?=$list[$i][datetime2]?></td> 이거 주석 처리 해 버리세요..ㅋ
<th><?=subject_sort_link('wr_datetime', $qstr2, 1)?>날짜</a></th> 이거랑
<td class="datetime"><?=$list[$i][datetime2]?></td> 이거 주석 처리 해 버리세요..ㅋ
일단 답변에 감사드립니다.
해봤는데 이게 목록에서 보여지는 날짜가 아닌 게시글을 봤을때 날짜인데요.;;
그 날짜는 없어지질 않네요.;;;; 방법이 없을까요?
해봤는데 이게 목록에서 보여지는 날짜가 아닌 게시글을 봤을때 날짜인데요.;;
그 날짜는 없어지질 않네요.;;;; 방법이 없을까요?
view.skin.php 안에보면
작성일 : <?=date("y-m-d H:i", strtotime($view[wr_datetime]))?> 있을꺼에요
작성일 : <?=date("y-m-d H:i", strtotime($view[wr_datetime]))?> 있을꺼에요