I've nearly finished a blog that I'm working on but the search feature isn't working quite correctly. Searches that should return more than one result only return one.
I guess I'm not really sure where to look to solve this issue as I'm not very experienced with Wordpress. The site is WP version 3.3.1 and uses search.php The template is a modified version of Wordfinder.
Any tips or suggestions would be greatly appreciated.
global $wp_query; var_dump( $wp_query );what do you get? This may reveal some messed up query vars. – tollmanz Jan 24 '12 at 4:40wpe_excerpt. Also, just for giggles, have you viewed source and verified that your page is finishing (i.e. closing body and html tags)? If not, it could be a PHP fatal error. – Matthew Boynes Feb 7 '12 at 23:18