Install the theme
Rural Blog is free on the WordPress.org theme directory, so the quickest route is to install it without leaving your dashboard.
Requirements
| Requirement | Minimum |
|---|---|
| WordPress | 6.0 |
| PHP | 7.4 |
| Plugins | none |
From the WordPress dashboard
- Go to Appearance → Themes → Add New.
- Search for
Rural Blog. - Hover the theme and click Install, then Activate.
That is the whole process. Your posts, pages, menus and widgets are untouched by a theme change — only the presentation swaps.
By uploading the zip
Use this if you downloaded the theme rather than searching for it.
- Download
rural-blog.zipfrom the theme page — do not unzip it. - Go to Appearance → Themes → Add New → Upload Theme.
- Choose the zip, click Install Now, then Activate.
If the upload fails with the link you followed has expired, your server’s
upload limit is smaller than the file. Install from the directory instead, or
ask your host to raise upload_max_filesize.
Over FTP
- Unzip the download on your computer. You should get a folder named
rural-blogcontainingstyle.css. - Upload that folder to
wp-content/themes/on your server. - Activate it under Appearance → Themes.
The folder must be named rural-blog exactly. A folder like rural-blog-1.5,
or a nested rural-blog/rural-blog/, will not be detected as a theme — and
updates will not reach it.
After activating
Nothing else is mandatory: the theme works with sensible defaults out of the box. When you are ready to make it yours, the fastest path is
If you plan to edit the theme’s own files rather than use the Customizer, set up a child theme first, so that an update does not erase your work.