Title: Installing the auto ads code
Last modified: October 14, 2020

---

# Installing the auto ads code

 *  [rahmaangriawan](https://wordpress.org/support/users/rahmaangriawan/)
 * (@rahmaangriawan)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/installing-the-auto-ads-code/)
 * I want to install the auto ads code from adsense which only displays auto ads
   in a single post
 * So that later the auto ads ad doesn’t appear on the homepage, page, search page
   in generatepress

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [David](https://wordpress.org/support/users/diggeddy/)
 * (@diggeddy)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/installing-the-auto-ads-code/#post-13534170)
 * Hi there,
 * we recommend using this plugin for inserting ads:
 * [https://wordpress.org/plugins/ad-inserter/](https://wordpress.org/plugins/ad-inserter/)
 *  [FeliceAntonio](https://wordpress.org/support/users/antonio_09/)
 * (@antonio_09)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/installing-the-auto-ads-code/#post-13536984)
 * Hi there.
    If you use a [child theme](https://developer.wordpress.org/themes/advanced-topics/child-themes/)
   into the file `functions.php` you can add this:
 *     ```
       function ads() {
           if ( your_function_cookie_is_accepted() ) {
              echo 'your ads code';
       }}
       add_action('wp_head', 'ads');
       ```
   

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Installing the auto ads code’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/generatepress/3.6.1/screenshot.
   png)
 * GeneratePress
 * [Support Threads](https://wordpress.org/support/theme/generatepress/)
 * [Active Topics](https://wordpress.org/support/theme/generatepress/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/generatepress/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/generatepress/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [FeliceAntonio](https://wordpress.org/support/users/antonio_09/)
 * Last activity: [5 years, 8 months ago](https://wordpress.org/support/topic/installing-the-auto-ads-code/#post-13536984)
 * Status: not resolved