Hi, can anyone give me a clue on how to get the rotating image player in a wordpress theme.
I asked this question on wordpress fora but it stayed unanswered (not wp related)
For instance, this theme: http://www.ndesign-studio.com/resources/wp-themes/glossyblue/
Here is a guy who did it but I don't know how: posthuma.nu.
Please advice
You can get the necessary code by using the wizard at:
http://www.jeroenwijering.com/?page=wizard
Once you have that code, you'll need read up on tutorials regarding themes in Wordpress. If you want it in the header, you'll most likely be placing it in the head or header.php file of your wordpress theme folder. It's functionally the same (once you have the code to cut-and-paste) as inserting an image file.
I hope that helps as a starting point.