저는 워드 프레스 개발에 익숙하지 않고 HTML을 워드 프레스 테마로 변환하려고했지만 Chris Coyer의 빈 테마로 시작했습니다.
<div class="navigation">
<div class="next-posts">
<?php next_posts_link('« Older Entries') ?>
</div>
<div class="prev-posts">
<?php previous_posts_link('Newer Entries »') ?>
</div>
</div>
가있는 경우에만 div를 출력하는 방법은 무엇입니까 next_posts_link()
? <ul>
페이지 매김에 사용할 때 이것이 필요합니다 . 그렇게하지 않으면 빈 총알이 나옵니다