입하(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);">입하(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개
theme/summer-Ipha/mobile/shop/index.php
// 사용방법 : latest(스킨, 게시판아이디, 출력라인, 글자수);
echo latest('theme/basic', 'free', 5, 40);
답변에 대한 댓글 2개
댓글을 작성하려면 로그인이 필요합니다.
무슨 테마를 보고 계신 건가요?
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개
답변하는 저도 답답하지만 제 첫 코멘트를 보세요. mobile 폴더에 있는 걸 봐야 합니다.
theme/summer-Ipha/mobile/shop/index.php
올려주신 코드를 보니 여기를 보고 계시군요.
theme/summer-Ipha/shop/index.php
댓글을 작성하려면 로그인이 필요합니다.
답변에 대한 댓글 3개
<!-- 커뮤니티 최신글 시작 { -->
<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>
<!-- } 커뮤니티 최신글 끝 -->
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인