티스토리 첫 화면 특정 게시글 저장

 

1. 티스토리 관리 페이지 

2. 꾸미기 - 스킨편집 - html 편집 

3. </head> 검색 

4. </head> 아래 해당 코드 저장 - 적용

<script type="text/javascript">
if ( window.location.pathname == '/' ) 
{    
 location.href = '게시글 주소';
}
</script>
 

 

+ Recent posts