lastest 숏코드에서 공지 처리한게 안뜨네요.
그냥 그렇다구요. 전 개인적으로 손봐서 넣었습니다.
<?php while($content = $list->hasNextNotice()):?>
<?=date("y-m", strtotime($content->date))?>
<?php endwhile;?>
<?php while($content = $list->hasNext()):?>
<?=date("y-m", strtotime($content->date))?>
<?php endwhile;?>