Search finds nothing
-
Hey! Sadly the plugin isnt working with my theme, like it seems.
Search cant find anything, no matter what.This is how the search.php looks:
<?php $search_refer = $_GET["post_type"]; if ($search_refer == 'post') { load_template(TEMPLATEPATH . '/search-post.php'); }else{ load_template(TEMPLATEPATH . '/search-portfolio.php'); } ?>
and this is how the includes look:
Please help me fixing it!
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Search finds nothing’ is closed to new replies.