Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

I bought a themeforest theme, modernize, which says it is a wordpress theme. How, in the good name of GOD, do I get it so I can begin setting up my wordpress pro site???It gives me the generic twenty-whatever theme but I cannot find any link or button that allows me to upload or change to this theme that I bought. I have searched google, tried to place the unzipped file in the wordpress file but nothing works. If it helps, I am using a MAC

share|improve this question
2  
What answer did you get from Theme Forest? – toscho Jan 26 at 4:13
Nothing yet, I'm impatient and can't wait – user26564 Jan 26 at 13:24

closed as not constructive by Michael, kaiser, anu, songdogtech, Geert Jan 26 at 18:57

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

1 Answer

If the zip file of the theme you have is correctly constructed to be easily installed using WordPress, you would simply go to WordPress Dashboard and then;

Appearance => Themes => Install Themes 'tab' => Upload => Browse and find the theme zip file. 

After you upload it and under the Managed Themes, you would see your theme. If not activated, click the small link that says "activate" under the theme screenshot.

If the zip file is not properly constructed. You would have to unzip all files, and upload them using FTP client under the following directory

/wp-content/themes/nameofyourtheme/upload files, directories here

If after you unzipped, you have files like "page.php, index.php, categories.php, etc.." you would have to create a directory with whatever name. In the above link structure it would be where it states nameofyourtheme. If you unzipped and you have one directory and in that directory you have "page.php, index.php, categories.php, etc.." type files, you would upload that whole directory containing those files under /wp-content/themes. So in the end, after upload the "page.php, etc.." files should be under

/wp-content/themes/mytheme/page.php 

or

/wp-content/themes/mytheme/images/logo.jpg 
(which is where images would be or depending what other directories there are in this theme.)

Hope that helps and answers your question.

share|improve this answer
There is no "install themes tab in my dashboard – user26564 Jan 26 at 16:53
@user26564 I would just go with unzipping the zipped theme file and uploading contents to a theme name directory under the /wp-content/themes directly. Who are you hosting with? Sounds like it might be a multi site setup where only the root admin can upload themes. – user1924165 Jan 26 at 18:26

Not the answer you're looking for? Browse other questions tagged or ask your own question.