How to place affiliate banner in header
-
I want to place an affiliate banner to the left of my logo/header on my blogg
Link to bloggI put this code into my custom_funcion.php
function header_banner_ad() { ?> <div class="header-banner"> <a href="URLHERE"><img src="IMAGEURLHERE"></a> </div> <?php } add_action('thesis_hook_header', 'header_banner_ad');
The result of this was this
I also put in an arrow to show where I want to place the banner.
What do I have to add to the code to make it right?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How to place affiliate banner in header’ is closed to new replies.