지식

티스토리 치환자 정보

Vean Times Post

스킨 치환자 그룹

<s_t3>: 티스토리 공통 javascript 삽입 (필수)

<!-- 치환 전 -->
<body>
  <s_t3>
  ...
  </s_t3>
</body>

<!-- 치환 후 -->
<body>
  <script type="text/javascript" src="https://t1.daumcdn.net/tistory_admin/blogs/script/blog/common.js"></script>
  <div style="margin:0; padding:0; border:none; background:none; float:none; clear:none; z-index:0"></div>

  ...
</body>

 

기본 정보

블로그 정보

[ ##_title_## ]: 블로그 제목

[ ##_image_## ]: 블로그 대표 이미지 url

[ ##_blog_image_## ]: 블로그 대표 이미지를 포함한 IMG 태그

[ ##_desc_## ]: 블로그 설명

[ ##_blogger_## ]: 블로그 소유자의 필명

 

블로그 URL

[ ##_blog_link_## ]: 블로그 url

[ ##_rss_url_## ]: rss feed 주소

[ ##_taglog_link_## ]: 태그로그 url

[ ##_guestbook_link_## ]: 방명록 url

 

기타

[ ##_page_title_## ]: 페이지 제목

[ ##_blog_menu_## ]: 블로그 메뉴 리스트

[ ##_body_id_## ]: 페이지 타입에 따른 id

 

 

페이지 타입body_id

홈화면 tt-body-index
글화면 tt-body-page
카테고리 글 리스트 tt-body-category
보관함 글 리스트 tt-body-archive
태그 리스트 tt-body-tag
검색결과 리스트 tt-body-search
방명록 tt-body-guestbook
지역로그 tt-body-location

광고 치환자

[ ##revenue_list_upper## ] : 블로그 홈/목록 상단

[ ##revenue_list_lower## ] : 블로그 홈/목록 하단

 

사용 예

<html>
<head>
  <title>[ ##_page_title_## ]</title>
</head>
<body id='[ ##_body_id_## ]'>
<s_t3>
  <header>
    <h1><a href="[ ##_blog_link_## ]">[ ##_title_## ]</a></h1>
    <!-- 블로그 홈/목록 상단 치환자 -->
    [ ##_revenue_list_upper_## ]


    <!-- blog_menu사용 -->
    [ ##_blog_menu_## ]

    <!-- 메뉴 직접 구성 -->
    <ul class="blogMenu">
      <li><a href="[ ##_rss_url_## ]">RSS구독</a></li>
      <li><a href="[ ##_taglog_link_## ]">태그</a></li>
      <li><a href="[ ##_guestbook_link_## ]">방명록</a></li>
    </ul>    
  </header>

  <section class="sidebar"> 
    <!-- blog_image 사용 -->
    <div class="blogInfo">
      <div class="blogImage">[ ##_blog_image_## ] </div>
      <div class="blogDesc">[ ##_desc_## ] <span class="userID">[ ##_blogger_## ]</span></div>
    </div>

    <!-- image 사용 -->
    <div class="blogInfo">
      <div class="blogImage"><img src="[ ##_image_## ]"></div>
      <div class="blogDesc">[ ##_desc_## ] <span class="userID">[ ##_blogger_## ]</span></div>
    </div>
  </section>

    <!-- 블로그 홈/목록 하단 -->
    [ ##_revenue_list_lower_## ]
</s_t3>
</body>
</html>

 

글 치환자

글 정보

<s_article_rep>: 글 그룹 치환자

[ ##_article_rep_link_## ]: 블로그 글의 고유 주소

[ ##_article_rep_title_## ]: 블로그 글의 제목

[ ##_article_rep_category_link_## ]: 카테고리 링크

[ ##_article_rep_category_## ]: 카테고리 명

[ ##_article_rep_date_## ]: 글쓴 날짜/시간 (yyyy. m. d. HH:MM)

[ ##_article_rep_simple_date_## ]: 글쓴 날짜 (yyyy. m. d.)

[ ##_article_rep_date_year_## ]: 글쓴 세부시간 - 연도 (yyyy)

[ ##_article_rep_date_month_## ]: 글쓴 세부시간 - 월 (mm)

[ ##_article_rep_date_day_## ]: 글쓴 세부시간 - 일 (dd)

[ ##_article_rep_date_hour_## ]: 글쓴 세부시간 - 시 (HH)

[ ##_article_rep_date_minute_## ]: 글쓴 세부시간 - 분 (MM)

[ ##_article_rep_date_second_## ]: 글쓴 세부시간 - 초 (SS)

[ ##_article_rep_author_## ]: 작성자 이름 (*팀블로그용 치환자)

[ ##_article_rep_desc_## ]: 블로그 본문 내용

 

<s_article_rep_thumbnail>: 대표 이미지 썸네일이 표시되는 영역 (대표 이미지가 없는 경우 표시되지 않음)

[ ##_article_rep_thumbnail_url_## ]: 대표 이미지 썸네일 주소

[ ##_article_rep_thumbnail_raw_url_## ]: 대표 이미지 원본 주소

[ ##_article_rep_rp_link_## ]: 댓글을 열고 닫는 온클릭 이벤트

 

<s_rp_count>: 댓글의 갯수를 출력하는 영역

[ ##_article_rep_rp_cnt_## ]: 답글 수

<s_article_rep>
  <div class="titleWrap">
    <h2><a href="[ ##_article_rep_link_## ]">[ ##_article_rep_title_## ]</a></h2>
    <div class="category">
      <a href="[ ##_article_rep_category_link_## ]">[ ##_article_rep_category_## ]</a>
    </div>
    <div class="date">[ ##_article_rep_date_## ]</div>
  </div>

  <div class="article">
    [ ##_article_rep_desc_## ]
  </div>
</s_article_rep>

 

 

 [ ##_list_rep_author_## ] : 작성자 이름
 [ ##_local_info_author_## ] : 항목 작성자 이름
 [ ##_notice_rep_author_## ] : 작성자
 [ ##_article_rep_author_## ] : 작성자
 [ ##_rctps_rep_auhtor_## ] : 작성자 이름

 

 

관리기능

<s_ad_div> : 글 관리기능 그룹치환자 (관리 권한 있는 경우만 표시)

[ ##_s_ad_m_link_## ]: 수정

[ ##_s_ad_m_onclick_## ]: 수정 온클릭 이벤트

[ ##_s_ad_s1_label_## ]: 글의 현재 상태

[ ##_s_ad_s2_onclick_## ]: 상태 변경 온클릭 이벤트

[ ##_s_ad_s2_label_## ]: 이후 상태

[ ##_s_ad_t_onclick_## ]: 트랙백 온클릭 이벤트

[ ##_s_ad_d_onclick_## ]: 삭제 온클릭 이벤트

<s_ad_div>
    <div class="admin">
      <a href="[ ##_s_ad_m_link_## ]">수정</a> :
      <a href="#" onclick="[ ##_s_ad_m_onclick_## ]">수정(창으로)</a> |
      ([ ##_s_ad_s1_label_## ])→<a href="#" onclick="[ ##_s_ad_s2_onclick_## ]">[ ##_s_ad_s2_label_## ]</a> |
      <a href="#" onclick="[ ##_s_ad_t_onclick_## ]">관련글(트랙백)</a> |
      <a href="#" onclick="[ ##_s_ad_d_onclick_## ]">삭제</a>
    </div>
  </s_ad_div>

 

 

태그

<s_tag_label>: 글과 관련된 태그가 출력되는 영역입니다.

[ ##_tag_label_rep_## ]: 태그 반복 출력

 <s_tag_label>
    <div class="tagTrail">
      <span class="tagText">TAG </span> [ ##_tag_label_rep_## ]
    </div>
  </s_tag_label>

 

퍼머링크 / 인덱스

퍼머링크 페이지에서와 인덱스 페이지에서 표시될 내용을 구분할 수 있습니다.\ (퍼머링크 페이지/인덱스 페이지 영역 밖에서 사용되는 치환자는 둘 모두에서 표시됩니다)

 

퍼머링크

<s_permalink_article_rep>: 퍼머링크 페이지일 때만 표시되는 영역입니다 (내부에서 사용하는 치환자는 <s_article_rep> 내부에서 사용하는 치환자와 동일합니다)

 

인덱스

<s_index_article_rep>: 인덱스 페이지일 때만 표시되는 영역입니다

[ ##_article_rep_link_## ]: 블로그 글의 고유 주소

[ ##_article_rep_title_## ]: 블로그 글의 제목

[ ##_article_rep_category_link_## ]: 카테고리 주소

[ ##_article_rep_category_## ]: 카테고리 이름

[ ##_article_rep_date_## ]: 글 발행 날짜/시간 (yyyy. m. d. HH:MM)

[ ##_article_rep_simple_date_## ]: 글 발행 날짜 (yyyy. m. d.)

[ ##_article_rep_date_year_## ]: 글쓴 세부시간 - 연도 (yyyy)

[ ##_article_rep_date_month_## ]: 글쓴 세부시간 - 월 (mm)

[ ##_article_rep_date_day_## ]: 글쓴 세부시간 - 일 (dd)

[ ##_article_rep_date_hour_## ]: 글쓴 세부시간 - 시 (HH)

[ ##_article_rep_date_minute_## ]: 글쓴 세부시간 - 분 (MM)

[ ##_article_rep_date_second_## ]: 글쓴 세부시간 - 초 (SS)

[ ##_article_rep_author_## ]: 작성자 이름

[ ##_article_rep_summary_## ]: 글 내용 요약

 

<s_article_rep_thumbnail>: 대표 이미지 썸네일이 표시되는 영역 (대표 이미지가 없는 경우 표시되지 않음)

[ ##_article_rep_thumbnail_url_## ]: 대표 이미지 썸네일 주소

[ ##_article_rep_thumbnail_raw_url_## ]: 대표 이미지 원본 주소

 

<s_rp_count>: 댓글의 갯수를 출력하는 영역

[ ##_article_rep_rp_cnt_## ]: 답글 수

<s_index_article_rep>
  <div class="list_content">
    <s_article_rep_thumbnail>
      <img src="[ ##_article_rep_thumbnail_url_## ]">
    </s_article_rep_thumbnail>

    <a href="[ ##_article_rep_link_## ]" class="link_post">
      <strong class="tit_post">[ ##_article_rep_title_## ]</strong>
      <p class="txt_post">[ ##_article_rep_summary_## ]</p>
    </a>

    <div class="detail_info">
      <a href="[ ##_article_rep_category_link_## ]" class="link_cate">
        [ ##_article_rep_category_## ]
      </a>
      <span class="txt_bar"></span>
      [ ##_article_rep_date_## ]
    </div>
  </div>
</s_index_article_rep>

 

카테고리의 다른 글

글이 속한 카테고리의 다른 글을 보여줄 수 있습니다.\ 카테고리에 속하지 않은 글에는 표시되지 않습니다.

<s_article_related>: 카테고리 글 더보기 영역

[ ##_article_related_rep_type_## ]: 글의 type (대표이미지 없음: text_type, 대표이미지 있음: thumb_type)

[ ##_article_related_rep_link_## ]: 글 주소

[ ##_article_related_rep_title_## ]: 글 제목

[ ##_article_related_rep_date_## ]: 글 발행시간

<s_article_related_rep_thumbnail>: 대표 이미지 썸네일이 표시되는 그룹치환자 (대표 이미지가 있는 경우 표시)

[ ##_article_related_rep_thumbnail_link_## ]: 대표 이미지 썸네일 주소

<s_article_related>
  <div class="area_related">
    <strong class="tit_related">'[ ##_article_rep_category_## ]' Related Articles</strong>
    <ul class="list_related">
      <s_article_related_rep>
        <li class="[ ##_article_related_rep_type_## ]">
          <a href="[ ##_article_related_rep_link_## ]" class="link_related">
            <s_article_related_rep_thumbnail>
              <span class="thumb_related">
                <img src="[ ##_article_related_rep_thumbnail_link_## ]" class="img_related" alt="">
              </span>
            </s_article_related_rep_thumbnail>
            <span class="txt_related">[ ##_article_related_rep_title_## ]</span>
            <span class="date_related">[ ##_article_related_rep_date_## ]</span>
            <span class="frame_related"></span>
          </a>
        </li>
      </s_article_related_rep>
    </ul>
    <a href="[ ##_article_rep_category_link_## ]" class="link_more">more</a>
  </div>
</s_article_related>

 

 

이전 글 / 다음 글

글의 이전 글과 다음 글을 보여줍니다. 페이징 치환자의 이전/다음 페이지 url과 동일한 글입니다.

 

<s_article_prev>: 이전 글 그룹치환자. 이전 글이 있는 경우 사용됩니다.

[ ##_article_prev_type_## ]: 글의 type (대표이미지 없음: text_type, 대표이미지 있음: thumb_type)

[ ##_article_prev_link_## ]: 글 주소

[ ##_article_prev_title_## ]: 글 제목

[ ##_article_prev_date_## ]: 글 작성시간

 

<s_article_prev_thumbnail>: 대표 이미지 썸네일이 표시되는 그룹치환자 (대표 이미지가 있는 경우 표시)

[ ##_article_prev_thumbnail_link_## ]: 대표 이미지 썸네일 주소

 

<s_article_next>: 다음 글 그룹치환자. 다음 글이 있는 경우 사용됩니다.

[ ##_article_next_type_## ]: 글의 type (대표이미지 없음: text_type, 대표이미지 있음: thumb_type)

[ ##_article_next_link_## ]: 글 주소

[ ##_article_next_title_## ]: 글 제목

[ ##_article_next_date_## ]: 글 작성시간

 

<s_article_next_thumbnail>: 대표 이미지 썸네일이 표시되는 그룹치환자 (대표 이미지가 있는 경우 표시)

[ ##_article_next_thumbnail_link_## ]: 대표 이미지 썸네일 주소