-
Notifications
You must be signed in to change notification settings - Fork 0
Theme activation
Download Roots and upload it to /wp-content/themes/roots/
- then you can activate the theme through the WordPress admin
When you activate Roots we'll automatically create a page called Home with filler content. We then automatically set the Reading Settings of the blog to make the Home page the static frontpage.
If your site isn't going to have a static homepage and instead will be showing your latest posts, you'll need to go into the Reading Settings after theme activation and change this.
Roots will automatically set the permalink structure to /%postname%/
.
Instead of the default /wp-content/uploads/
we tell WordPress to use simply /assets/
and to not organize uploads by year and month.
Roots comes with one navigation by default. We create the menu, automatically set its location, and then add all current pages to the Navigation.
Unlike previous versions of Roots theme, as of v5 there is no theme options page within the Wordpress Admin area. Instead, to add your (optional) Google Analytics code, edit this section of the inc/config.php file like so:
define('GOOGLE_ANALYTICS_ID', 'YOUR CODE HERE');