[Plugin: Search Everything] No results when active, please help trouble shoot
-
updated both wp and se. when plugin is activated, $posts is empty. Deactivate plugin, $posts has several results.
custom search form, but nothing wierd:
<form action="/" method="get" id="searchform" role="search"> <fieldset> <div class="searchboxdiv"><input type="text" name="s" id="searchbox" class="<?php echo (!isset($_GET['s'])) ? 'clearfield' : "" ?>" value="<?php echo (isset($_GET['s'])) ? $_GET['s'] : "Search" ?>" /></div> <div class="searchbuttdiv"><input type="image" id="searchbutt" alt="Search" name="submit" src="<?php bloginfo( 'template_url' ); ?>/image/transparent.gif" height="24" width="24" /></div> </fieldset> </form>
I can trouble shoot more(i know php), but i’d like a hint as to where to start looking for problems.
https://www.ads-software.com/extend/plugins/search-everything/
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘[Plugin: Search Everything] No results when active, please help trouble shoot’ is closed to new replies.