최신글 일정기간 설정한후 설정한 기간이 끝나면 최신글에서 없어지게
본문
최신글 불러오는 설정기간이 끝나면 노출이 안되게끔 하고 싶은데 방법이 있을까요?
$sql = " select * from {$tmp_write_table} where wr_is_comment = 0 and ca_name = '{$options}' and wr_link1 = '{$options1}' and wr_1 = '{$options2}' and wr_2 = '{$options3}' order by wr_6 desc,wr_order desc, wr_num limit 0, {$rows} ";
답변 2
1. g5_board_new에서 최신글을 가져오는 방법
2. lib/latest lib.php에서 sql을 수정하는 방법
본문 sql에서 wr_datetime>=now()-interval 7 day
이렇게 조건만 추가해도 돨 듯하네요.
답변을 작성하시기 전에 로그인 해주세요.