최신글 불러오는 설정기간이 끝나면 노출이 안되게끔 하고 싶은데 방법이 있을까요?
Copy
$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개
3년 전
1. g5_board_new에서 최신글을 가져오는 방법
2. lib/latest lib.php에서 sql을 수정하는 방법
본문 sql에서 wr_datetime>=now()-interval 7 day
이렇게 조건만 추가해도 돨 듯하네요.
3년 전
https://sir.kr/developers_pr/13
저의 연락처가 있습니다 전화 주시면 같이 고민 해드릴게요
답변을 작성하려면 로그인이 필요합니다.