Skip to content
bergonom edited this page May 29, 2012 · 14 revisions

Installing

Download Roots and upload it to /wp-content/themes/roots/ - then you can activate the theme through the WordPress admin

Activation

Automatically create Home page

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.

Automatically set the permalink structure

Roots will automatically set the permalink structure to /%postname%/.

Change the uploads folder and options

Instead of the default /wp-content/uploads/ we tell WordPress to use simply /assets/ and to not organize uploads by year and month.

Automatically create the menu and set its location

Roots comes with one navigation by default. We create the menu, automatically set its location, and then add all current pages to the Navigation.

Google Analytics

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');