// 기존 방식 — 그대로 동작 (하위 호환)
//dx_board_latest('free', 5, 'list', '자유게시판');
// 신규 방식 — 서브폴더 명시
dx_board_latest('free', 5, 'basic/list', '자유게시판');
// 갤러리 그리드 (3열)
dx_board_latest('gallary', 6, 'gallery/grid', '갤러리', '🖼️');
// 갤러리 슬라이드 (가로 스크롤)
dx_board_latest('studio', 8, 'gallery/slide', '갤러리', '🖼️');
매인 최신글과 갤러리
d
daet24