script to choose random wp theme

enderz

New member
Jan 13, 2009
727
2
0
Hi,

Im looking for a php script that will change my blogs theme randomly (will pick it from the blogs available themes), anyone knows where I can find something like that???

Thanks...
 


oh crap, didn't check it out..i simply GOOGLED and found this..

maybe you could try the same thing, eh? ..go to google and search ..you ought to find something..
 
Yeah... it is not as simple as it sounds, I have searched for such a script but couldnt find any.

I would write it myself but I cant find where in wp it is set (couldnt find any db field pointing to the current theme).
 
I would write it myself but I cant find where in wp it is set (couldnt find any db field pointing to the current theme).
Then you didn't look very hard. Check your wp_options table and it's all in there. There's probably more than one field you'll have to change, but it's all pretty trivial stuff.

CAVEAT: I've never attempted this so there may be more to it than just changing a couple of fields in the database, but I doubt it.
 
Yeap, it is just changing some fields in the db (and making sure of course that the theme is there)