Title: Advertising
Last modified: August 22, 2016

---

# Advertising

 *  Resolved [tuhinbiswas98](https://wordpress.org/support/users/tuhinbiswas98/)
 * (@tuhinbiswas98)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/advertising-16/)
 * i want to add juicyads in 728x90px ad but its not worrking any why to fix it?

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

 *  Theme Author [acosmin](https://wordpress.org/support/users/acosmin/)
 * (@acosmin)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/advertising-16/#post-5927076)
 * Open `header.php` and change this:
 *     ```
       <?php
       		if ( $ad728_show && $ad728_code != '' ) : ?>
               <div class="advertising728">
               	<?php if ( $ad728_code != '' ) { echo $ad728_code; } ?>
               </div><!-- END .advertising728 -->
               <?php endif; ?>
       ```
   
 * to:
 *     ```
       <div class="advertising728">
               	YOUR ADD CODE GOES HERE
               </div><!-- END .advertising728 -->
       ```
   
 *  Thread Starter [tuhinbiswas98](https://wordpress.org/support/users/tuhinbiswas98/)
 * (@tuhinbiswas98)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/advertising-16/#post-5927154)
 * any way to do this with child theme?
 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/advertising-16/#post-5927158)
 * You should be able to put a copy of the parent theme header.php file in your 
   child theme and make that change in the child theme header.php file.
 *  Thread Starter [tuhinbiswas98](https://wordpress.org/support/users/tuhinbiswas98/)
 * (@tuhinbiswas98)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/advertising-16/#post-5927167)
 * ty ty ty its worrking 😀

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

The topic ‘Advertising’ is closed to new replies.

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

## Tags

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

 * 4 replies
 * 3 participants
 * Last reply from: [tuhinbiswas98](https://wordpress.org/support/users/tuhinbiswas98/)
 * Last activity: [11 years, 1 month ago](https://wordpress.org/support/topic/advertising-16/#post-5927167)
 * Status: resolved