I’m trying to get this plugin worked with WordPress MU 2.9.2 but there is a problem with template path. Plugin actually works fine but I can’t see theme screenshots.
Here is the related code:
<src=”‘.WP_CONTENT_URL.$theme[‘Template Dir’].”/”.$theme[‘Screenshot’].'” />
What it produces:
https://website.com/wp-content/home/website/public_html/wp-content/themes/default/screenshot.png
It’s obvious that I should remove “home/website/public_html/” from the url but I dont know how to do this. I removed “WP_CONTENT_URL” but it didnt work. Any idea?
]]>