Installing a theme using the administration interface
To install and activate a new WordPress theme using the WordPress administration interface, follow these steps:- Log in to WordPress as the administrator.
- Under Dashboard, click Appearance, and then click Themes.
-
Click Add New, and then do one of the following:
-
To search for a new theme by name, type the name or keyword in the Search themes text box, and then press Enter. When you find a theme you want to install, click Install.
📘 Note
- You can also search for themes using the Feature Filter. Select the check boxes for the theme features you want, and then click Apply Filters. For example, you can search for themes by color, number of columns, layout type, specific features, and more.
- You can preview a theme’s appearance without installing it. To do this, click Preview.
- Alternatively, if you already have a theme .zip file (for example, you purchased a theme), click Upload Theme, select the .zip file on your local computer, and then click Install Now.
-
To search for a new theme by name, type the name or keyword in the Search themes text box, and then press Enter. When you find a theme you want to install, click Install.
- To activate the new theme, click Activate. The new theme is now active.
Installing a theme manually
If you have a .zip file that contains a WordPress theme, you can also upload it to your site and install the theme manually. To do this, follow these steps:- Log in to your site using FTP.
-
Navigate to the directory where you installed WordPress.
📘 Note If you installed WordPress in the document root directory, navigate to the public_html directory. If you installed WordPress in a subdirectory beneath the public_html directory, go to that directory instead.
- Transfer the .zip file to the wp-content/themes directory.
- Log in to your site using SSH.
-
Type the following command:
📘 Note If you uploaded the .zip file to a different directory, type that path instead.
-
Type the following command, replacing filename.zip with the name of the file you uploaded:
- Log in to WordPress as the administrator.
- Under Dashboard, click Appearance, and then click Themes.
- Locate the theme, and then click Activate. The new theme is now active.