Hey PHP guys,
I am a very newbie in PHP, the only thing I know is to edit sometimes the .php files in Wordpress with the very easy tags. Anyhow.
Here's my problem.
I have this script
<a href="<?php echo get_settings('home'); ?>/"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/header.jpg" width="336" alt="<?php bloginfo('name'); ?>" /></a><br/>
This as you can see selects the header.jpg file and displays it. Now I want to put two different images in this directory, header.jpg + header2.jpg and I want a script that everytime you load a page is loading once the header.jpg and then header2.jpg and then again header.jpg etc etc. Is it possible, and since I don't know any Php can anyone of you write it for me please?
I want this for my blog http://apas.gr
It would be great if anyone of you could write that for me!
Apostolos