Title: Putting Adsense without Single.Php
Last modified: August 18, 2016

---

# Putting Adsense without Single.Php

 *  [campea](https://wordpress.org/support/users/campea/)
 * (@campea)
 * [20 years, 10 months ago](https://wordpress.org/support/topic/putting-adsense-without-singlephp/)
 * I’m new to WP, and I’ve run into a problem.
 * I want to put adsense code in so that the ad appears inline with the post on 
   it’s individual page (ie. the comment page) not on the front page.
 * I’ve read that I can put the code in the single.php file… except that the theme
   I’m using doesn’t have a single.php file. it has:
    comments-popup.php comments.
   php footer.php header.php index.php sidebar.php style.css but no single.php
 * So how do i go about inserting the adsense code into the individual page without
   a single.php file? Please help.

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

 *  [tomhanna](https://wordpress.org/support/users/tomhanna/)
 * (@tomhanna)
 * [20 years, 10 months ago](https://wordpress.org/support/topic/putting-adsense-without-singlephp/#post-247608)
 * Could you use:
 * <?php if (is_single()) { echo ‘YOUR ADVERTISING CODE’;} ?>
 *  [Beel](https://wordpress.org/support/users/beel/)
 * (@beel)
 * [20 years, 10 months ago](https://wordpress.org/support/topic/putting-adsense-without-singlephp/#post-247610)
 * Or hit the codex for instructions and make your own single.php page.

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

The topic ‘Putting Adsense without Single.Php’ is closed to new replies.

## Tags

 * [single.php](https://wordpress.org/support/topic-tag/single-php/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 3 participants
 * Last reply from: [Beel](https://wordpress.org/support/users/beel/)
 * Last activity: [20 years, 10 months ago](https://wordpress.org/support/topic/putting-adsense-without-singlephp/#post-247610)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
