Skip to content

Commit

Permalink
Update wordpress_comment.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
jbatjd committed Dec 24, 2015
1 parent 97834a4 commit 09406dd
Showing 1 changed file with 14 additions and 16 deletions.
30 changes: 14 additions & 16 deletions wordpress_comment.rst
Original file line number Diff line number Diff line change
@@ -1,38 +1,36 @@
코멘트 Comment
==========

워드프레스의 post, page와 같은 하나의 아티클을 표현합니다. 구성요소로 제목, 본문, 썸네일, 날짜, 저자 등을 포함할 수 있습니다.
포스트에 작성된 코멘트 및 코멘트 입력폼을 디자인하는 위젯들입니다.

코멘트 위젯 Comment Widget
----------------

(캡처: Article widget in widget bar)
* 아티클 구성요소들을 포함
* 삽입된 하나의 아티클 위젯은 사이트 적용시 페이지 문맥에 따라 단독으로(single.php), 혹은 반복되어 리스트(index.php, archive.php 등)로 출력됩니다.
.. image:: resource/wordpress/iu_manual_wordpress_comment_widget.png
* 해당 아티클에 달린 코멘트들을 출력합니다.
* 아티클 위젯 하위에 삽입되어야 합니다.
* 프로퍼티 탭의 Sample Repeat에 지정된 횟수에 따라 에디터에서 코멘트 샘플이 반복출력되어 레이아웃 작업에 활용할 수 있습니다.

* 반복출력시 포지션Position 속성이 렐러티브Relative로 설정되어야 합니다.
* 코멘트 요소들은 코멘트 위젯의 하위에 삽입되어야 합니다.

------------

코멘트 요소 Comment Element
------------

(캡처: Article title widget in widget bar)
(캡처: article title in single.php)
.. image:: resource/wordpress/iu_manual_wordpress_comment_element.png
.. image:: resource/wordpress/iu_manual_wordpress_comment_element_type.png

* 해당 아티클(post/page)의 제목이 출력됩니다.
* 반드시 아티클 위젯 하위에 삽입되어야 동작합니다.
* Property 탭에서 Link 여부를 선택할 수 있습니다.
* 코멘트 위젯 하위에 삽입되어야 합니다.
* 프로퍼티탭의 타입 목록에서 코멘트 본문, 아바타, 작성자명, 날짜, 이메일, 주소 등으로 설정할 수 있습니다.

------------

코멘트 입력폼 Comment Input Form
------------

(캡처: article body widget in widget bar)
(캡처: article body (excerpt) in index.php | article body (full) in single.php)
.. image:: resource/wordpress/iu_manual_wordpress_comment_element_type.png

* 해당 아티클의 본문이 출력됩니다.
* 코멘트 입력 폼과 구성요소들을 표시합니다.
* 반드시 아티클 위젯 하위에 삽입되어야 동작합니다.
* Property 탭의 Type에서 본문의 전체(full)/일부(excerpt) 출력여부를 선택할 수 있습니다.
* 일부(excerpt)만 출력하도록 선택한 경우, 출력 길이를 단어수 단위로 정할 수 있습니다. (기본값: 55)
* Property 탭에서 Link 여부를 선택할 수 있습니다.

0 comments on commit 09406dd

Please sign in to comment.