• I’m trying to figure out how to wrap all my ads classes in one class. I’m looking in my theme header.php, and have this:

    <?php tie_banner('banner_top' , '<div class="ads-top">' , '</div>' ); ?>

    Do I change it to this?
    <?php tie_banner('banner_top' , '<div class="ads-notify"><div class="ads-top">' , '</div></div>' ); ?>

    Then put ads-notify in the plugin?

    https://wordpress.org/plugins/blocked-ads-notifier-lite/

  • The topic ‘Wrapping in a theme?’ is closed to new replies.