AJAX has more results
-
I am using the Relevansi AJAX plugin and it’s providing me more results for the search word than my search page displays.
The drop down shows 6 and says there are 10 more and to press anter to see the results, But when I hit enter I only see 3.
To display search results on my search page I am using<?php while( have_posts() ) : the_post(); ?>
<li>
<article id="post-<?php the_ID(); ?>">
<?php the_title( sprintf( '<h2 class="entry-title"><a href="%s" rel="bookmark">', esc_url( get_permalink() ) ), '</a></h2>' ); ?>
</article>
</li>
<?php endwhile; ?>
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.