One-column beautiful and mobile friendly WordPress theme, good choice for professional blogger and smart photographer.
Satu is built from the rock-solid Hybrid Core theme framework.
Through Dashboard
Installing Via FTP
/wp-content/themes/
and make sure that you do not already have a satu
folder installed. If you do, then back it up and remove it from /wp-content/themes/
before uploading your copy of satu
theme.Satu support native WordPress custom header to change the gravatar at the top of your site. To use it, please follow the steps below:
Satu has feature to change the default background using the native WordPress custom background function. To use it, please follow the steps below:
Satu uses post formats feature to create a special layout for each post and provides a special options panel on your post editor. The following instructions walk you through the basics of using post formats.
Since Satu is a parent theme, you'll want to create a child theme if you plan on making any customizations. Don't know how to make a child theme? It's relatively simple. Just follow the below steps.
/wp-content/themes
directory called satu-child
.style.css
file within your theme folder.style.css
file, add the below information./**
* Theme Name: Satu Child
* Theme URI: http://link-to-your-site.com
* Description: Describe what your theme should be like.
* Version: 0.1
* Author: Your Name
* Author URI: http://link-to-your-site.com
* Tags: Add, Whatever, Tags, You, Want
* Template: satu
*/
From that point, you simply need to start adding your own styles. The parent theme styles will automatically be loaded for you.
Note that child themes are now the officially-supported way of modifying themes in WordPress.
Reference top