I'm trying to output wordpress search results on a non wordpress page. when included in the non wp page. <?php require('../wp-blog-header.php'); ?> How do i output the search data from a form: <form action="index.php" name="search" method="get"> <input type="text" class="s" name="cat" value="" /> <input type="image" src="http://www.watchanimeon.com/wp-content/themes/one-theme/img/colors/blue/search_go.gif" /> </form> Code (markup): tnx