WordPress not recognizing theme in /themes/ folder

Andrew Ryno picture Andrew Ryno · Nov 10, 2010 · Viewed 21.6k times · Source

Having a really baffling issue with permissions, WordPress and theme files.

I have a fresh install of WordPress and tried uploading the theme I made for my client. It uploaded fine but it doesn't show up in the Manage Themes menu. I checked everything was uploaded and it was. Checked permissions (even set them to 777 at one point) and they were fine. But the theme doesn't show up.

Here are the different scenarios I've tried:

  • Using the Install Themes menu and uploading a .zip (failed)
  • Duplicate twentyten folder and contents (worked)
  • Duplicate twentyten folder and used my theme files (failed)
  • Duplicate twentyten folder and used my theme files and their style.css (failed)
  • Uploaded my theme WITHOUT style.css (gave missing style.css error)
  • Uploaded my theme WITHOUT style.css and put in twentyten/created one from scratch (both failed)

I'm on my clients MediaTemple hosting and I've never encountered this error. Their support has yet to get back to us.

Does anyone have a similar problem? Solution? It's possible I can give you FTP access if needed.

CSS Head (changed values but format and everything is still the same):

/*
Theme Name: Example Theme
Theme URI: http://example.com/
Description: WordPress theme
Author: Company
Version: 1.0
*/

Edit: Trying to access the folder through my browser results in a 403 error (works fine on twentyten). style.css can be viewed from the browser.

Answer

Henrique picture Henrique · Jan 18, 2012

If you are using a MULTI-SITE installation of Wordpress, you have to first go into Network Admin, select Themes from the left menu and enable the themes you like to use before they can appear on the "Manage Themes" page in the Site Admin section.