jloosli a01a1281bb fix roots_fix_duplicate_subfolder_urls isset check
function checked if $matches[1] & $matches[2] were set, but next line operates on $matches[1][0] & $matches[2][0], so under certain circumstances, you get the following Notice: Undefined offset: 0.

Now it checks for the [0] offsets from the start.
2012-10-11 17:18:40 -06:00
2012-09-21 08:32:07 -06:00
2012-10-02 18:35:35 -05:00
2012-10-10 16:04:47 -04:00
2012-08-18 18:58:14 -05:00
2011-03-27 13:46:21 -06:00
2012-10-02 18:43:44 -05:00

Roots Theme

Roots is a starting WordPress theme made for developers thats based on HTML5 Boilerplate and Bootstrap from Twitter.

Installation

  • Clone the git repo - git clone git://github.com/retlehs/roots.git - or download it
  • Reference the theme activation documentation to understand everything that happens once you activate Roots

Configuration

Edit lib/config.php to enable support for major functionality and to define constants that are used throughout the theme.

Documentation

Take a look at the documentation table of contents.

Features

  • HTML5 Boilerplates markup and .htaccess
  • Bootstrap from Twitter
  • Theme wrapper
  • Root relative URLs
  • Clean URLs (no more /wp-content/)
  • All static theme assets are rewritten to the website root (/assets/css/, /assets/img/, and /assets/js/)
  • Cleaner HTML output of navigation menus
  • Cleaner output of wp_head and enqueued scripts/styles
  • Posts use the hNews microformat
  • Multilingual ready (English, Spanish, French, Italian, Dutch, Brazilian Portuguese, Macedonian, Finnish, Danish, Turkish, Swedish, Bulgarian, Norwegian, Catalan, Polish, Hungarian, Russian)

Contributing

Everyone is welcome to help contribute and improve this project. There are several ways you can contribute:

Project information

Description
Customised by Bad Egg Digital
https://roots.io/bedrock/
Readme 13 MiB
Languages
PHP 49.6%
SCSS 26.8%
JavaScript 11.5%
Blade 10.4%
Dockerfile 1%
Other 0.7%