답변 3개
채택된 답변
+20 포인트
5년 전
css에 .latest_top_wr .pic_li_lt:nth-child(3n+1) 이게 있어서
그래요
맨 위에 슬라이드형 최신글은 div로 따로 묶어서 불러드리세요
로그인 후 평가할 수 있습니다
답변에 대한 댓글 4개
�
뉸냔냐
5년 전
�
뉸냔냐
5년 전
<div class="latest_top_wr">
<?php
// 이 함수가 바로 최신글을 추출하는 역할을 합니다.
// 사용방법 : latest(스킨, 게시판아이디, 출력라인, 글자수);
// 테마의 스킨을 사용하려면 theme/basic 과 같이 지정
echo latest('theme/mainimages', 'mainimages', 4, 20);
echo latest('theme/pic_list', 'information', 4, 23);
echo latest('theme/pic_list', 'sell', 4, 23);
echo latest('theme/pic_list', 'notice', 4, 23);
?>
</div>
<?php
// 이 함수가 바로 최신글을 추출하는 역할을 합니다.
// 사용방법 : latest(스킨, 게시판아이디, 출력라인, 글자수);
// 테마의 스킨을 사용하려면 theme/basic 과 같이 지정
echo latest('theme/mainimages', 'mainimages', 4, 20);
echo latest('theme/pic_list', 'information', 4, 23);
echo latest('theme/pic_list', 'sell', 4, 23);
echo latest('theme/pic_list', 'notice', 4, 23);
?>
</div>
�
병원에서일해요
5년 전
<div>
echo latest('theme/mainimages', 'mainimages', 4, 20);
</div>
<div class="latest_top_wr">
echo latest('theme/pic_list', 'information', 4, 23);
echo latest('theme/pic_list', 'sell', 4, 23);
echo latest('theme/pic_list', 'notice', 4, 23);
</div>
echo latest('theme/mainimages', 'mainimages', 4, 20);
</div>
<div class="latest_top_wr">
echo latest('theme/pic_list', 'information', 4, 23);
echo latest('theme/pic_list', 'sell', 4, 23);
echo latest('theme/pic_list', 'notice', 4, 23);
</div>
�
뉸냔냐
5년 전
됐습니다 ㅠㅜ 정말 감사드립니다 ㅠㅠ
댓글을 작성하려면 로그인이 필요합니다.
답변에 대한 댓글 2개
�
뉸냔냐
5년 전
지금은 제가 없애놨습니다
최근게시물 옆에 너무 크게 나와서
지금 테스트로도 사용을 할 수가 없는 상태입니다 ㅠ
최근게시물 옆에 너무 크게 나와서
지금 테스트로도 사용을 할 수가 없는 상태입니다 ㅠ
�
뉸냔냐
5년 전
아아 제가 잘못 봤군요 PC화면에서 보신거 맞나요? ㅠ
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인
혹시
echo latest('theme/mainimages', 'mainimages', 4, 20); //이 부분이 슬라이드입니다
echo latest('theme/pic_list', 'information', 4, 23);
echo latest('theme/pic_list', 'sell', 4, 23);
echo latest('theme/pic_list', 'notice', 4, 23);
이렇게 돼 있는데 어떤식으로 따로 묶어야 되는지 알려주실 수 있나요 ㅠ
제가 초보라서