Where I should paste the code to connect google AdSense with my site?

Hello,

I have a question where I should paste the code to connect google AdSense with my site which is built on the X theme?

Hello Nazaruk,

Please install and activate the child theme and login through FTP then edit the functions.php then add this code:


add_action('wp_head', 'add_header_code');
function add_header_code(){
?>

    <!-- Add the adsense code here -->

    <?php
};

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.