Dynamic Web Lab
Back to insights

Add Adsence in your Thesis theme sidebar

February 20, 20111 min read

This is a really easy to add Adsense into your Thesis blog sidebar without manually doing it or using a plugin.

Just put this code in your custom_functions.php

[php]
function adsence_code() { ?>
<div id="adsence">
//your adsence code is here
</div>
<?php }

add_action(‘thesis_hook_after_multimedia_box’, ‘adsence_code’);
[/php]

Writer

Dynamic Web Lab Editorial

We share how we design, engineer, and scale digital products across the GCC, Europe, and the US.

Share this article

Tags

Thesiswordpress

Need help implementing this?

We turn these playbooks into shipped features. Let us scope your roadmap and support your team.

Start a project conversation