> For the complete documentation index, see [llms.txt](https://tmrwstudio.gitbook.io/age/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tmrwstudio.gitbook.io/age/getting-started/theme-installation.md).

# Theme Installation

### Install via WordPress Dashboard

To install the theme into WordPress, you should directly upload the theme file via the WordPress Theme Uploader.

1. Log into admin panel and browse for **Appearance -> Themes.**
2. Click **Add New**
3. Click the **Upload Theme**
4. Find the package **age.zip** on your device and click the **Install Now** button.
5. Click **Activate**, once the upload has finished.

{% hint style="danger" %}

#### **Missing the “style.css” stylesheet error?**

A common issue, it means that you have uploaded the full package. you just need to unzip the package and find **age.zip** archive to install

#### **“Are you sure you want to do this?” error when installing the theme:**

While installing your theme through the WordPress admin, you may encounter this error message. This is most likely due to your hosting [**php.ini**](https://tmrwstudio.gitbook.io/age/getting-started/pages/AM5sgY0znAlImJBIJOSB#configuring-the-settings-in-php.ini-and-.user.ini-files) configs.

The theme file is around 4mb and some servers set the default value for **max\_upload\_limit** to 2mb.

To solve this issue, you should either increase your maximum upload size to 10mb on your hosting or ask the hosting provider to do it for you. This is a very common request and they should be able to help you out. Once the limit is increased, you can re-try the install.
{% endhint %}

### Install via FTP&#x20;

A further option to install the theme would be to upload it via FTP manager. It really doesn’t matter which of the two ways you choose. Use this way when you get problems when installing.

1. Login to your [**FTP account**](/age/theme-requirements/what-is-ftp.md) or [**cPanel account**](/age/theme-requirements/what-is-cpanel.md) and navigate to your WordPress Installation directory.
2. Navigate to the folder **`/wp-content/themes`**
3. Unzip theme archive **age.zip** on your device.
4. Upload the "**age"** folder (not the .zip-file)
5. Log into your WordPress admin dashboard.
6. Navigate to **Appearance -> Themes.**
7. Now you will see the theme in the listing, **Activate** it.
