게시판 분류출력

게시판 분류를 최신순,댓글순,조회순,추천순으로 버튼으로 제작할수 있는방법이궁금합니다.

  • profile
    <div class="sort_area">
    <ul class="tab-menu Ad_col4">
    <li class="on"|cond="$sort_index==readed_count || !$sort_index"><a href="{getUrl('sort_index','readed_count','order_type',$order_type)}">{$lang->readed_count}<i cond="$sort_index=='readed_count'" class="arrow {$order_icon}"></i></a></li>
    <li class="on"|cond="$sort_index==comment_count"><a href="{getUrl('sort_index','comment_count','order_type',$order_type)}">{$lang->comment_count}<i cond="$sort_index=='comment_count'" class="arrow {$order_icon}"></i></a></li>
    <li class="on"|cond="$sort_index==voted_count"><a href="{getUrl('sort_index','voted_count','order_type',$order_type)}">{$lang->voted_count}<i cond="$sort_index=='voted_count'" class="arrow {$order_icon}"></i></a></li>
    <li class="on"|cond="$sort_index==regdate"><a href="{getUrl('sort_index','regdate','order_type',$order_type)}">{$lang->date}<i cond="$sort_index=='regdate'" class="arrow {$order_icon}"></i></a></li>
    </ul>
    </div>

    스타일은 사이트에 맞쳐서 하시고.
    위와 같이 탭으로 하셔두 되고 버튼 만드셔서 링크부분만 사용하셔도 될것 같네요.

    원하시는 답변인지 잘 모르겠네요.