답변 1개
채택된 답변
+20 포인트
7년 전
<?php
include_once(G5_LIB_PATH . '/latest_hit.lib.php');
echo latest_week('skin_dir', 'bo_table', 'rows', 'subject_len', 'cache_time', 'options');
?>
sample.php 에 위처럼 되어 있네요
위 두줄 복사해서 원하는곳에 붙여넣기 하시고
echo latest_week('skin_dir', 'bo_table', 'rows', 'subject_len', 'cache_time', 'options');
이 부분을 latest_week('스킨경로', '게사판', '출력수', '제목출력수');
이렇게 하시면 될것 같습니다
스킨경로는 'theme/best' 이렇게 하시면 될듯.. 합니다
로그인 후 평가할 수 있습니다
답변에 대한 댓글 1개
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인