How do I add a "Advertise Here" banner to the front page of my website?
How do I add a "Advertise Here" banner to the front page of my website?
if the banner is simply a linked image, add something like this wherever you want to show it:
<a href="http://linkurl"><img src="absolute_path_to_image" alt="" /></a>
you might need to edit one of the theme's template files
(header.php or index.php or footer.php or sidebar.php or ...)
http://codex.wordpress.org/User:Tomhanna/Adding_Ads_to_Wordpress
This topic has been closed to new replies.