Using Genesis Hooks inside Ad Inserter?
-
I usually display my top and bottom sidebar ads with hooks in functions.php for example:
/* Sidebar ad 4th top */ add_action('genesis_before_sidebar_widget_area', 'sidebartop'); function sidebartop() { if( is_singular('post') ){ ?> <div class="sidebarad"> <!-- EMPIEZA ANUNCIO ADSENSE--> My ad code <!-- TERMINA ANUNCIO ADSENSE --> </div> <?php } }
Is it possible to implement this in ad inserter? If so, how?
thanks a lot, superb plugin
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Using Genesis Hooks inside Ad Inserter?’ is closed to new replies.