Skip to content
This repository has been archived by the owner on Oct 15, 2019. It is now read-only.
eatwholegrain edited this page Sep 3, 2014 · 11 revisions

Welcome to the NUTS wiki!

Introduction

NUTS is a WordPress theme framework made for making Wholegrain Digital developers' lives easier.

What does it consist of?

The NUTS Framework has 3 big parts:

How to use it?

  1. Add the require_once "nuts/nuts.php"; command at the top of your functions.php file to enjoy all the goodness.
  2. Don't touch the /nuts directory. It contains the core of the framework (unless you know what you're doing. If you change something in it, please let us know about it - if it improves the code, we may use it in the next version)
  3. Although your output CSS file is /style/css/style.css, please don't edit it directly. Use the LESS files instead in the /less directory (NUTS comes with a bunch of pre-made LESS mixins and a built-in LESS parser, why wouldn't you use them?)
  4. Feel happy to modify all the other files and directories to customize your theme!

System requirements

  • The latest version of WordPress (it may work with an older version too, but we test it only on the latest one)
  • PHP 5.3
Clone this wiki locally