Add Google Adsense code to Wordpress template header
Just a quick tutorial on how to add the Google Adsense code to your Wordpress template in the header section using the Adsense-Deluxe plugin.
- Once you download and install the Adsense plugin and activate it in Wordpress, click on “Options” then “AdsenseDeluxe”.

- Scroll down to the section “New Adsense Block”. Type in a new name such as “header”. Paste your adsense code (usually 720×90 fomat). Add in an optional description. Click the “Add Adsense Block” button.

- Navigate to “Presentation” then “Theme Editor” then click on the “header” file which the link on the bottom right in the right column.

- Scroll down to the bottom of the “header” file then add in the following code before the horizontal tag which was the second last line in the Wordpress default (i.e. Kubrick) template:
<div id="center">< ?php adsense_deluxe_ads('header'); ?></div>
If you named your Adsense Block in step two above to something other than “header” than change the name in the code.

