Hi. I am looking for a theme viewer for wordpress similar to the one on themes.wordpress.com. Do you know where I could find such a script? Thank you for your help.
hmm, i think that is more than a plugin. I found a theme viewer like the one on http://alexking.org/projects/wordpress/theme_browser.php but the theme viewer in wordpress is so much greater. It also used to allow instant theme submission.
Okay you want... that... every theme should be link to the demo... of the script.. that way.. hmm interesting... Surely there will be solution for that also...
Basically you need the user to upload the theme in a .zip, you unzip it through PHP into the wp-content/themes/, and use a foreach(glob("wp-content/themes/*") AS $theme) { echo "<img src = '$theme/screenshot.whatwastheextension????' />"; } PHP: etc. So basically they need to upload a wp-theme, you unzip it, and make a script to read the themes directory, display a picture of them, and when you click on it, you have to mod wordpress to show that time (pass the theme with a GET variable) Hope it helps