Buonasera a tutti,
ho aperto da pochissimo un blog (www.agones.eu) e sto ancora lavorando per configurare le varie opzioni... Volevo mettere una immagine di sfondo random usando il plug-in:
http://www.district30.net/random-image-widget
Il problema è che non sono capace. Dice che devo usare la funzione echo_random_image() ma io non so dove metterla. Nel file style.css ho questo:
dove devo modificarlo esattamente in modo che carichi come sfondo una immagine random? Grazie mille.codice:/*++++++++++++++++++ The BACKGROUND IMAGE +++++++++++++++++++++*/ /*+++++ replace "(images/default.jpg)" with another image from the /images directory of the theme or use the custom background switcher (Appearance - Change Background Image) ++++*/ body { background: url(images/hill.jpg) no-repeat 0 0 #fff; background-attachment:fixed; background-position: bottom center; color: #000; font-family: Arial, Verdana, sans-serif; margin: 0; padding: 0; } cite { font-size: 90%; font-style: normal; } h1 { font-size:20px; } h2 { font-size:18px; } h3 { font-size:16px; } h4 { font-size:15px; } h5 { font-size:14px; } h6 { font-size:13px; } p, li { font: 13px 'Arial', Verdana, sans-serif; line-height:17px; }

Rispondi quotando