Seach Results Count
-
After install the plugin does not show the number of search results
my code
<?php /* Search Count */ $allsearch = &new WP_Query("s=$s&showposts=-1"); $count = $allsearch->post_count; _e(''); echo $count . ' '; wp_reset_query(); ?>
- The topic ‘Seach Results Count’ is closed to new replies.