搜索工作正常,但只显示一个结果为什么?我怎样才能改变它?
我也在使用Dave的WordPress Live Search,它会显示许多结果(例如10),但在搜索结果页面中,我只能看到1页的链接和少量内容。
这是我的搜索页面:
<?php get_header(); ?>
<h2 class="pagetitle">Search Results For "<?php echo wp_specialchars($s, 1); ?>"</h2>
<div class="entrytext">
<?php if (function_exists(\'relevanssi_the_excerpt\')) { relevanssi_the_excerpt(); }; ?>
</div>
<?php get_footer(); ?>
如何显示更多结果?