본문 바로가기

Wordpress/워드프레스 노하우

Kboard 특정 게시판 리스트 정렬 순서

KBContentList.class.php 수정.


if ($this->board_id == 게시판번호)

$orderby = apply_filters('kboard_list_orderby', '`date` ASC', $this->board_id);




$this->sort 의 종류


날짜순: date

추천순: vote

조회순: view

업데이트순: update