테스트 사이트 - 개발 중인 베타 버전입니다

입하(summer-ipha) 반응형 커뮤니티 테마 메인에서 게시판 설정하기 채택완료

놀가쥐 8년 전 조회 2,531

http://sir.kr/yc5_theme/273" class="title_link" style="color: rgb(65, 65, 65); text-decoration: none; display: block; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; font-size: 1.333em; line-height: 18px; font-weight: bold; margin: 10px 0px; font-family: 돋움, Dotum, sans-serif; background-color: rgb(249, 247, 248);">입하(summer-ipha) 반응형 커뮤니티http://sir.kr/yc5_theme/273" class="title_link" style="color: rgb(65, 65, 65); text-decoration: none; display: block; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; font-size: 1.333em; line-height: 18px; font-weight: bold; margin: 10px 0px; font-family: 돋움, Dotum, sans-serif; background-color: rgb(249, 247, 248);">테마 사용하여 홈페이지 제작하렬고 하는데http://sir.kr/yc5_theme/273" class="title_link" style="color: rgb(65, 65, 65); text-decoration: none; display: block; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; font-size: 1.333em; line-height: 18px; font-weight: bold; margin: 10px 0px; font-family: 돋움, Dotum, sans-serif; background-color: rgb(249, 247, 248);">테마 적용하고 나니 게시판을 어떻게 설정하는지?http://sir.kr/yc5_theme/273" class="title_link" style="color: rgb(65, 65, 65); text-decoration: none; display: block; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; font-size: 1.333em; line-height: 18px; font-weight: bold; margin: 10px 0px; font-family: 돋움, Dotum, sans-serif; background-color: rgb(249, 247, 248);">
게시판을 어디서 지정해주는죠?http://sir.kr/yc5_theme/273" class="title_link" style="color: rgb(65, 65, 65); text-decoration: none; display: block; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; font-size: 1.333em; line-height: 18px; font-weight: bold; margin: 10px 0px; font-family: 돋움, Dotum, sans-serif; background-color: rgb(249, 247, 248);">급합니다,답변부탁드립니다^^* 감사합니다!

댓글을 작성하려면 로그인이 필요합니다.

답변 4개

채택된 답변
+20 포인트
8년 전

theme/summer-Ipha/mobile/shop/index.php 

 

// 사용방법 : latest(스킨, 게시판아이디, 출력라인, 글자수); 

echo latest('theme/basic', 'free', 5, 40); 

로그인 후 평가할 수 있습니다

답변에 대한 댓글 2개

놀가쥐
8년 전
최신글 추출법은 아는데 이걸 어디다 넣으면 되는거죠?
작은별
8년 전
해당 파일에 저렇게 이미있으니 게시판아이디 부분만 변경하면 됩니다

댓글을 작성하려면 로그인이 필요합니다.

놀가쥐
8년 전

감사합니다,작은별님 해결되였읍니다,,,제가 ㅠㅠ 작은별님 짱짱짱^^*

로그인 후 평가할 수 있습니다

댓글을 작성하려면 로그인이 필요합니다.

8년 전

무슨 테마를 보고 계신 건가요? 

http://sir.kr/yc5_theme/273">http://sir.kr/yc5_theme/273 

저 테마는 이렇게 되어 있는데요. 

 

   

 

           

            // 이 함수가 바로 최신글을 추출하는 역할을 합니다.

            // 사용방법 : latest(스킨, 게시판아이디, 출력라인, 글자수);

            // 테마의 스킨을 사용하려면 theme/basic 과 같이 지정

            echo latest('theme/basic', 'free', 5, 40);

            ?>

 

           

            // 이 함수가 바로 최신글을 추출하는 역할을 합니다.

            // 사용방법 : latest(스킨, 게시판아이디, 출력라인, 글자수);

            // 테마의 스킨을 사용하려면 theme/basic 과 같이 지정

            echo latest('theme/basic', 'new', 5, 40);

            ?>

 

           

            // 이 함수가 바로 최신글을 추출하는 역할을 합니다.

            // 사용방법 : latest(스킨, 게시판아이디, 출력라인, 글자수);

            // 테마의 스킨을 사용하려면 theme/basic 과 같이 지정

            echo latest('theme/basic', 'test', 5, 40);

            ?>

 

           

            // 이 함수가 바로 최신글을 추출하는 역할을 합니다.

            // 사용방법 : latest(스킨, 게시판아이디, 출력라인, 글자수);

            // 테마의 스킨을 사용하려면 theme/basic 과 같이 지정

            echo latest('theme/basic', 'event', 5, 40);

            ?>

 

   

로그인 후 평가할 수 있습니다

답변에 대한 댓글 2개

놀가쥐
8년 전
휴우 이파일을 아무리 수정해도 반응이 없다구요,,추가하고 삭제하고 다 시도해봤어요,,헉
작은별
8년 전
...................
답변하는 저도 답답하지만 제 첫 코멘트를 보세요. mobile 폴더에 있는 걸 봐야 합니다.
theme/summer-Ipha/mobile/shop/index.php
올려주신 코드를 보니 여기를 보고 계시군요.
theme/summer-Ipha/shop/index.php

댓글을 작성하려면 로그인이 필요합니다.

놀가쥐
8년 전

휴우 ,,,아이디 변경해도 아무런 변화가 없는데요,,,,저 인덱스 파일이 아닌것 같은데요,다른분 아시는분 계시나요?

로그인 후 평가할 수 있습니다

답변에 대한 댓글 3개

작은별
8년 전
???... 직접 설치해서 확인했습니다.
놀가쥐
8년 전
인덱스파일에
<!-- 커뮤니티 최신글 시작 { -->
<section id="sidx_lat">
<h2>커뮤니티 최신글</h2>
<?php echo latest('theme/shop_basic', 'notice', 5, 30); ?>
<?php echo latest('theme/shop_basic', 'free', 5, 25); ?>
<?php echo latest('theme/shop_basic', 'qa', 5, 20); ?>
</section>
<!-- } 커뮤니티 최신글 끝 -->
놀가쥐
8년 전
여기밖에 없잖아요? 작은별님,,,안돼요,,안됩니다,,,ㅠㅠ

댓글을 작성하려면 로그인이 필요합니다.

답변을 작성하려면 로그인이 필요합니다.

로그인