• Resolved galactica86

    (@galactica86)


    Hi, i just installed a theme for my blog. Can anyone tell me how to add a 768X90 banner inside the header, next to logo. The header php has this code:

    // Ads variables – Options Panel
    $ad728_show = of_get_option( ‘ac_ad728_show’ );
    $ad728_code = of_get_option( ‘ac_ad728_code’ );

    if ( $ad728_code == ” ) :
    ?>
    <h2 class=”description”><?php bloginfo( ‘description’ ); ?></h2>
    <?php endif; ?>
    </div><!– END .logo –>

    <?php
    if ( $ad728_show && $ad728_code != ” ) : ?>
    <div class=”advertising728″>

    <?php if ( $ad728_code != ” ) { echo $ad728_code; } ?>
    </div><!– END .advertising728 –>
    <?php endif; ?>

    But i could not find any option in the widget panel. Can anyone tell me where to insert my code manually.

    Thank you

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Add a "728×90 ad banner" insider header’ is closed to new replies.