Nov
3
Inviato da inva il Gio, 11/03/2011 - 21:29
Full story:
Add to custom_functions.php:
function below_post_title() {
if (is_single()) { ?>
Your AdSense Ad Code Here !
<?php }
}
add_action('thesis_hook_before_post', 'below_post_title');