Search form displays only one search
-
<article id=”post-<?php the_ID(); ?>” <?php post_class(); ?>>
<?php the_title(‘<p class=”titleclass”>’,'</p>’ ); ?>
</article>
I am using this code to display search results. (search.php) but it shows only one result. How to fix that?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Search form displays only one search’ is closed to new replies.