Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author acosmin

    (@acosmin)

    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

    (@tuhinbiswas98)

    any way to do this with child theme?

    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

    (@tuhinbiswas98)

    ty ty ty its worrking 😀

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

The topic ‘Advertising’ is closed to new replies.