Install the Theme
watch video ▶
There are two ways to install your theme, we will go through the best way to make sure you get the same result as the demos.
We will go through two steps.
The first step: Add the theme code
- From the Themes folder, find the theme you like and open it with notepad.
- Click inside the file and press CTRL + A to select all the code then copy it.
- Go to your Blogger Dashboard > Theme then click on Edit HTML.
- Take a backup of the existing code then paste the new code click on Save.
Now, you can go to your website to see the theme. You will notice that the featured blocks are not showing any posts, you need to specify a label for each block to show posts form.
The second step: Add your posts labels to the featured blocks.
- Go to your Blogger Dashboard > Layout, You will find a widget for each featured block.
- Edit any featured block widget, a new window will pop up that contains the code for the block.
-
On the first line of the code, you will find data-label: "some label", change the text inside the double quotes to a label that you use on your posts.
Ex:
data-label: "yourlabel"Or make it empty and the featured block will use the latest posts.
Ex:
data-label: ""
