I'm using the Montezuma theme, but i really wanted to have a banner. So I have this on my header.php:
Quote:
<div id="logo-img" class="col12 row"> <a href="http://aasfansub.fr"> <img src="http://aasfansub.fr/wp-content/themes/montezuma/images/headerimage_3.jpg"> </a> </div> |
Code:
<img src="http://aasfansub.fr/wp-content/themes/montezuma/images/headerimage_<?php echo(rand(1,3)); ?>.jpg" width="image_width" height="image_height" />
But it doesnt work at all... help me please