I know how to place a banner at the bottom of the Wordpress blog home page using this:
..but I'd like a banner to be at the top too. Could somebody give me a code or modify that one to put the ad at the top?
Thanks in advance.
Code:
<?php if(is_home() && $post==$posts[0] && !is_paged()) { ?>
AD HERE.
<?php } ?>
..but I'd like a banner to be at the top too. Could somebody give me a code or modify that one to put the ad at the top?
Thanks in advance.