2
有人可以看下面的代碼嗎?排除類別15後,next_posts_link無法使用,頁面導航插件也無法使用。當我點擊網頁2,3,4,只顯示在第1頁query_posts排除目錄,next_posts_link不起作用
<?php query_posts('cat=-15'); ?>
<?php while (have_posts()) : the_post(); ?>
... ....
<?php endwhile; else: ?>
<?php next_posts_link() ?>
<?php endif; ?>
溫和,對不起,我的錯誤。 next_posts_link()在endif之前。我更新了代碼 – unigg 2011-04-21 15:13:07