can’t limit search to only pages
A quick test on a default install with TwentyEleven confirms this, and I’m not sure why this is the case, however there is a way you can do this via your functions.php. add a hidden field to the form with your own query var: <input type=”hidden” name=”my_type” value=”page” /> or: <input type=”hidden” name=”my_type” value=”post,page” /> … Read more