Skip to content

Instantly share code, notes, and snippets.

View micalexander's full-sized avatar

Michael Alexander micalexander

View GitHub Profile
@micalexander
micalexander / search.php
Created September 3, 2013 16:39 — forked from astockwell/search.php
wordpress:google-custom-search
<?php get_header(); ?>
<section>
<!-- Put the following javascript before the closing </head> tag. -->
<script>
(function() {
var cx = '000000000000000000000:aaa1aa1aa1a';
var gcse = document.createElement('script'); gcse.type = 'text/javascript'; gcse.async = true;
gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +
'//www.google.com/cse/cse.js?cx=' + cx;