Macavanzi grazie per la risposta. Il punto è questo, anche a me sembrava chiaro, ma non sono esperto in wordpress.
Comunque il plugin in questione è il 1.5.5.
le istruzioni dell'autore dicono:
1. Extract randomImage.php into your wp-content/plugins folder (or a subfolder) (fatto)
2. Activate the plugin in Wordpress (fatto)
3. On the options screen, select the "Random Image" menu (NON TROVO QUESTO MENU!!! e non posso andare avanti)
4. Fill in the values for your physical and http paths
5. Select scaling options (optional)
6. Add some code to whatever page you want to display the image. This is a great way to
customize the header image for your wordpress installation. The plugin will look in
the folder and randomly select a header image to display.
== Sample Code ==
By placing code like the following in your header, it will create an image tag for you
based on the images in the specified folder.
<?php
if (function_exists('generateRandomImgTag'))
{
generateRandomImgTag();
}
?>
<!--
SE PUOI MI DICI DOVE SBAGLIO??
GRAZIE