No results page
-
Hi,
I’ve been trying to figure out how to redirect no results onto:
line 20 in wp-content\plugins\ldd-directory-lite\templates\search.php, between the else and endif, as shown below…
<?php if (have_posts()) : ?>
<?php
while (have_posts()) {
the_post();
ldl_get_template_part(‘listing’, ‘compact’);
}
?><?php else : ?>
// tried to display some error message here, but not working…
<?php endif; ?>It keeps going back and display the no results on my theme’s search.php. However, it’s working fine when there’s result i.e. the results showed up in the while loop in the above coding.
Appreciate very much if you can help me with my limited knowledge on WP.
Thanks & regards
John Low
- The topic ‘No results page’ is closed to new replies.