Installing a WordPress theme is easy. There are three ways to install a theme.
Installing from the admin panel
- In your admin panel, go to Appearance -> Themes and click the “Add New” button.
- Type in the theme name in the search form and press the “Enter” key on your keyboard.
- Click on the “Activate” button to use your new theme right away.
- Navigate to Appearance > Customize in your admin panel and customize to taste.
Installing by uploading a zip
- Download the theme zip file from wp.org.
- In your admin panel, go to Appearance -> Themes and click the “Add New” button.
- Click the “Upload” button.
- Select the themename.zip file
- Click “Install Now”
Manual FTP upload
- Unzip your themename.zip file
- Start your FTP software, like FileZilla, and connect to your web server. (If you don’t know how to do this, please contact your web hosting provider.)
- Navigate to your WordPress installation. Open the wp-content folder and then the themes folder.
- Now upload your themename file folder (from step 1) in your themes folder. Your folder structure should look like this: /wp-content/themes/themename/.
- Activate your theme in the WordPress admin panel Appearance > Themes tab.