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

# Installing Theme

There are 2 ways on how you can install WordPress themes – using WordPress admin panel or using FTP upload. The first method is probably the simplest installation method for most of users. Let’s figure it out.

Follow the steps below to install theme through WordPress admin panel:

![Step 1. Navigate to Appearance → Themes and click Add New](https://gblobscdn.gitbook.com/assets%2F-MCvnswccldavFbplF1S%2F-MCvsol5UlJJ85qCcjfB%2F-MCvtKPGn9OlL8JH5nXQ%2F3.png?alt=media\&token=85448373-7773-4d86-ab7c-c1f970cd0bae)

![Step 2. Click Upload Theme](https://gblobscdn.gitbook.com/assets%2F-MCvnswccldavFbplF1S%2F-MCvsol5UlJJ85qCcjfB%2F-MCvtEbB03edgxetUaMT%2F2.png?alt=media\&token=b96bc64d-bd38-485b-8722-2cb2881e3db7)

![Click Install Now](/files/-MdaGWUIaixP1cv_X31Z)

## UPLOADING WITH FTP <a href="#uploading-with-ftp" id="uploading-with-ftp"></a>

1. Login to your FTP server and navigate to your WordPress themes directory.
2. Normally this would be **wp-content/themes**
3. Extract the files from the zipped theme available in the package downloaded.
4. Copy the folder **"theme-name"** to your themes directory.
5. After the files finish uploading, log in to your WordPress admin.
6. In the **Appearance,** menu click **Themes**
7. Click **Activate** for the theme **"theme-name"**
8. Login to your FTP server and navigate to your WordPress themes directory.
9. Normally this would be **wp-content/themes**
10. Extract the files from the zipped theme available in the package downloaded.
11. Copy the folder **"theme-name"** to your themes directory.
12. After the files finish uploading, log in to your WordPress admin.
13. In the **Appearance,** menu click **Themes**
14. Click **Activate** for the theme **"theme-name"**


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ridhwan.gitbook.io/wordpressriver-themes-help-center/theme-installation/installing-theme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
