Still hoping someone can explain why I'm still getting a Themes list page that generates links like this:
http://blogpeoria.com/themes/themes.php?pagination=1
when they should be generating links like this:
http://blogpeoria.com/themes/?pagination=1
The plugin I'm using is here:
http://pastebin.com/f99a0c8c
Could it have something do do with Line 59:
$activate_link = wp_nonce_url("themes.php?action=activate&pagination=".$actual_page."&template=".urlencode($template)."&stylesheet=".urlencode($stylesheet), 'switch-theme_' . $template);
OR
Is it possible I've configured the plugin wrong in the admin panel?
Also, I don't see any need for the images being generated on the Page to link to anything or to try to activate anything when clicked. All I want is for the images to display on the Page, not do anything when clicked. I'm trying to display the available themes for potential users.