Quote Originally Posted by Zeokat View Post
Thats because your skin isn?t coded correctly
The problem should be search.php

Code: 
<?php get_header(); ?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<?php endwhile; ?>
<?php else : ?>
        <h2>Not Found</h2>
<?php endif; ?>
<?php get_footer(); ?>
*I coded it fast by hand... so perhaps exists errors, but with a similar php code you can get what you want, the important part is the "else" conditional
there is only searchform.php
should i make search.php or just edit the up file ?