There is a lot of plugin to do this, but my way of doing this does not require plugin. Simply copy and paste the Google Custom Search code in SearchResult.php in theme, add one extra line in bold. <div id=”cse” style=”width: 100%;”>Loading</div> <script src=”http://www.google.com/jsapi” type=”text/javascript”></script> <script type=”text/javascript”> google.load(‘search’, ’1′, {language : ‘en’}); google.setOnLoadCallback(function() { var [...]