Profile
Go to Layout > scroll down to "Sidebar" > open the Image widget from the top (titled "daphne 🌸").
- Title - replace "daphne 🌸" with your own title
- Text - replace the text in the "Caption" field with your own
- Image - check "Upload image from computer" below Select image by: and upload an image
Social Icons
Go to Layout > scroll down to "Sidebar" > open the "Social Icons" widget. Replace LINK with the links to your social media accounts. Add https:// otherwise the links will be broken.
- Correct link: https://instagram.com/studiosaroya
- Incorrect link: instagram.com/studiosaroya
<div class="social-icons">
<a href="mailto:addyouremail" target="_blank"><i class="fas fa-envelope"></i></a>
<a href="LINK" target="_blank"><i class="fab fa-pinterest"></i></a>
<a href="LINK" target="_blank"><i class="fab fa-instagram"></i></a>
<a href="LINK" target="_blank"><i class="fab fa-tiktok"></i></a>
<a href="LINK" target="_blank"><i class="fab fa-youtube"></i></a>
</div>
Newsletter
Click here for instructions on how to connect MailChimp to the subscribe form.
Popular Posts
The popular posts widget ("Popular Posts") is already configured to display the most popular posts (posts with the most views) from the last 30 days. If you want to change that to 7 days, all time or last year, go to Layout > scroll down to "Sidebar" > open the "Popular Posts" widget.
Categories (Labels)
If you want to display specific labels in the "Categories" widget, go to Layout > scroll down to "Sidebar" > open the "categories" widget > check "Selected Labels" > uncheck the labels you don't want to display in the widget.
Labels will only appear in the widget if they have been used in at least one published post.
Search Form
The search form is already added, but here's the HTML if you need it:
<form action="/search" class="search-form" method="get">
<input class="search-input" name="q" placeholder="Search" type='text' value=""/>
<button class="search-submit" type="submit" value=""><i class="fas fa-search"></i></button>
</form>