• I would like to add custom text immediately above the GSC. Namely “FIND ANSWERS to your questions by searching here:”

    Here is the code for my GSC:

    [ Moderator Note: Please post code or markup snippets between backticks or use the code button. ]

    <script>
      (function() {
        var cx = '012026320198025234926:qdyyqmcf9n4';
        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;
        var s = document.getElementsByTagName('script')[0];
        s.parentNode.insertBefore(gcse, s);
      })();
    </script>
    <gcse:search></gcse:search>

    http://wordpress.org/extend/plugins/google-custom-search/

  • The topic ‘Adding custom text above GCS Bar’ is closed to new replies.