개요 :
사이드 최근 글 / 최근댓글 / 태그리스트 / 리스트 출력수를 증가
최근 글 / 댓글 출력 페이지 / 2 ->10
태그 리스트 수 / 30 -> 40
layout.html
커스텀한 수정 문서 기준
270~283 라인 사이
<!--// 최근글 위젯 -->
<div cond="$layout_info->d_wgt" class="section doc">
<h2>Recent Articles<b></b></h2>
<img class="zbxe_widget_output" widget="content" skin="default" content_type="document" module_srls="{$layout_info->d_wgt}" list_type="normal" markup_type="list" page_count="10" option_view="title,regdate,nickname" order_type="desc" subject_cut_size="40" />
</div>
<!--// 커멘트 위젯 -->
<div cond="$layout_info->c_wgt" class="section cmt">
<h2>Recent Comment<b></b></h2>
<img class="zbxe_widget_output" widget="content" skin="default" content_type="comment" module_srls="{$layout_info->c_wgt}" list_type="normal" markup_type="list" page_count="10" option_view="title,regdate,nickname" order_type="desc" subject_cut_size="40" />
</div>
<!--// 태그 위젯 -->
<div cond="$layout_info->t_wgt" class="section tag">
<h2>Recent Tag<b></b></h2>
<img class="zbxe_widget_output" widget="tag_list" skin="default" list_count="40" module_srls="{$layout_info->t_wgt}" />
</div>
<!--// 하단 커스텀 위젯 영역 -->
*일단 이렇게 리스트 출력 확장으로 수정하고 뒤에 전체 게시글 모둘을 찾아보고 사이트에 맞게 수정후 더보기 란을 만들어 연결 시키도록 계흭을 한다.