how to install downloaded wordpress theme in xampp how to install downloaded wordpress theme in xampp wordpress wordpress

how to install downloaded wordpress theme in xampp


OK so its a bit weird that the theme you downloaded is missing the CSS file. When you upload it Wordpress is trying to find that file and failing. For now, let's assume that the creator of the theme put the CSS file in a different location than usual.

To install a theme manually via XAMPP do the following:

  1. Locate XAMPP's htdocs folder. This is normally Applications>>XAMPP>>HTDOCs on Mac or My Computer>>C:>>XAMPP>>HTDOCs on Windows (I think - someone might need to correct me on that).

  2. If your site is installed in a sud-directory in htdocs, go there. If not skip to next step.

  3. Open the wp-content folder

  4. Open the themes folder

  5. Copy in your downloaded theme and extract it there (if its zipped)

  6. Go to your Wordpress Dashboard and go to the Appearance button on the left and click Themes from the drop down. Find your newly installed theme and hit Activate.

That should do the trick unless your theme is missing some vital elements

(PS: what your are doing here - moving (theme) files from one location to another - is essentially the same as FTP. Difference is FTP allows you to transfer files accross the internet from computer to computer: say your computer to a web server hosting your site.)


Add this lines to your wp-config.php file

//** To add the direct installation of the themes **//define('FS_METHOD', 'direct');

Then go to wp-admin and click on customize your site. Press on change button on the active theme and browse for your favorite theme from wordpress.org and install then enjoy