A few people complained that the Search was not working when they used the Senorita theme.

After some research, I found out the problem was the “action” attribute for the search form.

In the Sidebar.php where you see

action=”/”

it has to be changed to

action=”<?php echo $_SERVER[‘PHP_SELF’]; ?>”

That will fix the problem.

I fixed it in the original package and am releasing it as new version 1.1

It is available at http://wpthemes.info/downloads/senorita.zip

Thanks.