How to add new theme in wordpress

Adding a new theme to WordPress is a relatively straightforward process. Here's a step-by-step guide:

Method 1: Upload a theme via the WordPress dashboard

  1. Log in to your WordPress dashboard: Go to your website's URL and log in to your WordPress dashboard.
  2. Go to Appearance > Themes: Click on the "Appearance" menu and then select "Themes" from the dropdown menu.
  3. Click on the "Add New" button: Click on the "Add New" button at the top of the page.
  4. Upload the theme: Click on the "Upload Theme" button and select the theme file (usually a .zip file) from your computer.
  5. Install the theme: Click on the "Install Now" button to install the theme.
  6. Activate the theme: Once the theme is installed, click on the "Activate" button to make it the active theme.

Method 2: Upload a theme via FTP/SFTP

  1. Connect to your website via FTP/SFTP: Use an FTP/SFTP client (e.g., FileZilla) to connect to your website's server.
  2. Navigate to the wp-content/themes directory: Navigate to the wp-content/themes directory on your server.
  3. Upload the theme file: Upload the theme file (usually a .zip file) to this directory.
  4. Extract the theme files: Extract the theme files from the .zip file.
  5. Activate the theme: Go to your WordPress dashboard, go to Appearance > Themes, and click on the "Activate" button next to the new theme.

Additional steps

Tips and variations