![]() |
Image rotating script
I'm looking for something that I can use to rotate images in WP. Nothing with a skim, just a simple rotate script. I been digging around in the wp forums and cant come up with anything. I dont mind paying a few bucks if I know it will work in wordpress. Any ideas?
|
Hiya, Come Join us now at our live chat room http://www.perlcoders.com/chat/
:) |
i can help you....icq: 179 215 851
|
just throw a little bit of php on your page and youre good to go
<?php $img[1] = "location/of/some/image.jpg"; $img[2] = "location/of/some/image.jpg"; $img[3] = "location/of/some/image.jpg"; $img[4] = "location/of/some/image.jpg"; $r = rand(1, count($img)); echo "<img src=\"" . $img[$r] . "\" />"; ?> |
good one LOL:D
i like that.. |
nice and simple piece of code :thumbsup
|
that will work on any HTML document? ... its something im looking for ... for banner ads on my free site im building..
|
nice thanks! I'm gonna have MasterUT code me a custom one :winkwink:
|
All times are GMT -7. The time now is 08:17 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123