Sample 2: Quickstart guide
πΌ Project titleβ
Quickstart guide for the Ethereal Glow WordPress.org theme
π Contextβ
A month ago, I bought a WordPress.org theme from Etsy. My purchase came with a comprehensive installation guide, which was a bit difficult to follow and too detailed for my needs.
At the time, I only needed a quick guide that would help me get started with my blog in no time. Despite being elaborate, the installation guide skipped many prerequisite steps, so I had to look for external resources. The writer of the theme documentation probably assumed that the user was already familiar with WordPress. In my case, I had only started working on my website.
The issues I encountered prompted me to create this document.
In this quickstart guide, I aim to:
- Cover the pre-installation procedures,
- Make the instructions easy to follow even for non-tech savvy users, and
- Opt for the most straightforward method, particularly for steps that can be done in multiple ways.
π₯ Target audienceβ
The target audience of this quickstart guide is non-technical people installing a WordPress.org theme for the first time. The users are unfamiliar with WordPress and only need the bare minimum from the theme.
π Quickstart guide for the Ethereal Glow WordPress.org themeβ
The Ethereal Glow WordPress Theme provides the ultimate blogging and design solution for your needs. This theme is beautiful, professional, easily customizable, and packed with several features. It's also available in multiple languages, compatible with different plugins, and SEO-optimizable.
Before getting started, you must first install WordPress.org on your computer
.
After installing WordPress, you must complete the steps below.
- Download the theme from Etsy.
- Update your site's .htaccess file.
- Upload the theme to WordPress.
Step 1: Download the theme from Etsy.β
Procedureβ
- Log in to your Etsy account.
- Click your profile picture in the upper right corner of the page. Select Purchases and reviews from the dropdown box.
- Locate the Ethereal Glow WordPress theme. Select Download Files on the right side of your order, which will open a new page.
- Navigate to the bottom of the Download page. Click the Download buttons to download all available files.
Step 2: Update your site's .htaccess file.β
The WordPress .htaccess file is a powerful configuration file. It contains commands that control and configure how the server runs your website.
Procedureβ
- Log in to your WordPress cPanel.
- Scroll down the page and locate the Files section.
- Under the Files section, select File Manager, which will open a new page.
- In the File Manager, find the search bar in the upper right corner of the page. Type .htaccess in the search bar. Press enter to initiate the search.
- The search results pop-up screen should appear on the page. Double-click on /public_html/.access. It should return to the File Manager or the previous page.
- Right-click on the .htaccess file, and choose Edit. A pop-up screen will appear. Click Edit to proceed.
- Add the following code to the end of the file.
php_value post_max_size 64M
php_value upload_max_filesize 128M
php_value max_file_uploads 128M
php_value max_input_vars 5000
- Click Save Changes.
caution
The dotfiles might be hidden if you can't see the .htaccess file on the File Manager. Follow the steps below to make the file visible:
- On the Files Manager page, click Settings in the upper right-hand corner.
- Check the Show Hidden Files (dotfiles) checkbox.
- Hit Save. The page will refresh and display all dotfiles or files starting with a . (dot).
Step 3: Upload the theme to WordPress.β
You can upload the Ethereal Glow theme via WordPress or FTP. For this guide, you'll be uploading the theme via the WordPress admin panel.
Procedureβ
- Log in to your WordPress.org account.
- On the left sidebar, select Appearance > Themes.
- Choose Add New.
- Choose Upload Theme, which will show a new page section.
- Click Choose file.
- Navigate to the folder where you downloaded your Ethereal Glow theme and select the ethereal-glow.zip file.
- After choosing the file, click Install Now.
- Once the theme has been successfully installed, click Activate.
caution
Make sure you choose the theme archiveβethereal-glow.zipβand not the other .zip files you downloaded.
Next stepsβ
Once you are done with the prerequisite steps, you can start setting up and customizing your new theme, which includes:
- Adding plugins
- Setting up WooCommerce
- Uploading demo content
- Customizing the appearance of the theme
- Updating the header, footer, logo, and favicon
- Setting up the menu
- Adding widgets
- Adding pages and blog posts