728x90
위와 같이 그누보드 사용중에 최근게시물을 넣었는데 같은내용이 반복되는경우에는 위젯 코드를 편집해야됩니다.
<h3 class="h3 f-lg en">
<a href="<?php echo get_pretty_url('tip'); ?>">
<span class="float-right more-plus"></span>
팁,노하우.
</a>
</h3>
<hr class="hr"/>
<div class="mt-3 mb-4">
<?php echo na_widget('wr-list', 'blist-1', 'bo_list=tip ca_list=게임'); ?>
</div>
<!-- } 위젯 끝-->
</div>
<div class="col-md-4 na-col">
<!-- 위젯 시작 { -->
<h3 class="h3 f-lg en">
<a href="<?php echo get_pretty_url('4989'); ?>">
<span class="float-right more-plus"></span>
거래게시판.
</a>
</h3>
<hr class="hr"/>
<div class="mt-3 mb-4">
<?php echo na_widget('wr-list', 'blist-2', 'bo_list=4989 ca_list=게임'); ?>
</div>
<!-- } 위젯 끝-->
</div>
<div class="col-md-4 na-col">
<!-- 위젯 시작 { -->
<h3 class="h3 f-lg en">
<a href="<?php echo get_pretty_url('gild'); ?>">
<span class="float-right more-plus"></span>
길드(원)구합니다.
</a>
</h3>
<hr class="hr"/>
<div class="mt-3 mb-4">
<?php echo na_widget('wr-list', 'blist-3', 'bo_list=gild ca_list=게임'); ?>
</div>
<!-- } 위젯 끝-->
</div>
</div>
blist-1, blist-2, blist-3 되어있는 부분이 중복이 되어있는지 확인을 해보셔야합니다
최근게시물마다 해당 제목(?)을 중복 안되게 해야지만 정상적으로 출력이 가능합니다.
'지식인' 카테고리의 다른 글
고시 제2022-284호, 2022.12.21 개정본 MT048 응급의료센터 구분코드란 개정 (0) | 2022.12.26 |
---|---|
심사평가원에서 2일이내 수정하라고 문자가 오는경우 (0) | 2022.12.26 |
에그머니 충전하는방법 (거상) (0) | 2022.12.23 |
넷프레임워크 3.5 설치방법 (프로그램 및 기능 사용) / Netframework 3.5 installation method (using programs and functions) (0) | 2022.12.22 |
SQL2008R2 데이터 복원하기(To restore SQL2008R2 data) (0) | 2022.12.22 |