Hello,
I would like to add a banner below the homepage gallery. Could you please explain how to do this? Thanks
Hello,
I would like to add a banner below the homepage gallery. Could you please explain how to do this? Thanks
Hey,
you can add your banner code after following code in index.php:
kriesi_pagination($additional_loop->max_num_pages);
#end content
I'm not sure if you already have a code to implement the banner, if not you can use something like:
<a href="website.com"><img src="my-banner.png" style="border:none;background:none;" alt="" title="" /></a>
Replace website.com with the website you want to link to and my-banner.png with the path to your image.
You must log in to post.