웹디자인-티스토리테마

최근에 달린 댓글

사용치환자

  • <s_rctrp_rep>, </s_rctrp_rep> : 댓글을 반복 출력합니다
  • [##_rctrp_rep_link_##] : 댓글로 이동할 주소
  • [##_rctrp_rep_desc_##] : 댓글의 본문 일부
  • [##_rctrp_rep_name_##] : 댓글을 쓴 사람 이름
  • [##_rctrp_rep_time_##] : 댓글을 쓴 시간

사용예

<s_sidebar_element>
    <!-- 최근에 달린 댓글 모듈 -->
    <div class="recentComment">
        <h3>최근에 달린 댓글</h3>
        <ul class="box">
            <s_rctrp_rep>
            <li>
                <div class="info">
                    <span class="date">[##_rctrp_rep_time_##]</span>
                    <span class="name"> _ [##_rctrp_rep_name_##]</span>
                </div>
                <a href="[##_rctrp_rep_link_##]">[##_rctrp_rep_desc_##]</a>
            </li>
            </s_rctrp_rep>
        </ul>
    </div>
</s_sidebar_element> 

댓글

댓글 본문
버전 관리
리체
현재 버전
선택 버전
graphittie 자세히 보기