This repository has been archived on 2020-05-08. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Holger Koenemann b9713bd131 clean up 3 2014-12-10 19:33:30 +01:00
css clean up 3 2014-12-10 19:33:30 +01:00
fonts initial comit 2014-12-10 12:36:38 +01:00
inc adding full_s SASS sources 2014-12-10 19:29:31 +01:00
js initial comit 2014-12-10 12:36:38 +01:00
languages initial comit 2014-12-10 12:36:38 +01:00
layouts initial comit 2014-12-10 12:36:38 +01:00
sass clean up 3 2014-12-10 19:33:30 +01:00
.gitignore initial comit 2014-12-10 12:36:38 +01:00
404.php initial comit 2014-12-10 12:36:38 +01:00
README.md adding full_s SASS sources 2014-12-10 19:29:31 +01:00
archive.php initial comit 2014-12-10 12:36:38 +01:00
comments.php initial comit 2014-12-10 12:36:38 +01:00
content-none.php initial comit 2014-12-10 12:36:38 +01:00
content-page.php initial comit 2014-12-10 12:36:38 +01:00
content-search.php initial comit 2014-12-10 12:36:38 +01:00
content-single.php initial comit 2014-12-10 12:36:38 +01:00
content.php initial comit 2014-12-10 12:36:38 +01:00
footer.php initial comit 2014-12-10 12:36:38 +01:00
functions.php initial comit 2014-12-10 12:36:38 +01:00
header.php initial comit 2014-12-10 12:36:38 +01:00
index.php initial comit 2014-12-10 12:36:38 +01:00
page.php initial comit 2014-12-10 12:36:38 +01:00
rtl.css initial comit 2014-12-10 12:36:38 +01:00
screenshot.png initial comit 2014-12-10 12:36:38 +01:00
search.php initial comit 2014-12-10 12:36:38 +01:00
sidebar.php initial comit 2014-12-10 12:36:38 +01:00
single.php initial comit 2014-12-10 12:36:38 +01:00
style.css Remove some _s css classes 2014-12-10 18:56:44 +01:00

README.md

UnderStrap Wordpress Theme Framework

Live Demo: http://holgerkoenemann.de/understrap/

Basically I like the _s Wordpress Starter Theme from Automattic and the grid Framework Bootstrap. Additionally I´am a huge SASS/COMPASS fan. Why don´t combine all these three things into a solid Wordpress Theme Framework? That´s what UnderStrap is (or will be...)

At the moment UnderStrap is in a very early stage. But if you wan´t feel free to use it for your own Wordpress theme!

Basic Features

  • Combines the _s Wordpress Starter Theme and Bootstrap
  • Comes with Bootstrap SASS source files and additonal scss files. Nicely sorted and ready to add your own variables/customize the Bootstrap variables.
  • Uses a single and minified CSS file
  • Font Awesome Icon Font integrated
  • Simple RTL file
  • Jetpack ready
  • Child Theme ready (A basic starter Child Theme will be released in the future as a separate Repository)
  • Translation ready

Starter Theme + HTML Framework = Wordpress Theme Framework

The _s theme is a good starting point to develope a Wordpress theme. But it is "just" a raw starter theme. Means it outputs all the Wordpress stuff correctly but without any layout or design. Why don´t add a well known and supported layout framework to have a solid, clean and responsive foundation? Thats where Bootstrap comes in.

Confused by all the CSS and SCSS files?

Some basics about the SCSS and CSS files comes with UnderStrap:

  • The theme itself uses the style.css in the root directory just to identify the theme in Wordpress. The file is not loaded by the theme and did not include any styles

  • The theme.css file in /css/ subdirectory provides all styles. It is composed by five different SCSS sets and one variables file from /sass/ directory:

                1./sass/underscores/style.scss (<- Basics for the _s theme)
                2./sass/bootstrap/bootstrap.scss (<- which imports all Bootstrap SCSS files and mixins from /sass/bootstrap/ directory)
                3./sass/understrap/understrap.scss (<- Just used minimal styles to combine _s and Bootstrap nicely)
                4./sass/font-awesome/font-awesome.scss (<-imports all Font Awesome icons and the font itself)
                --------------- Don´t edit the files above --------------- 
    
                5./sass/theme/theme.scss (<- Thats your part! Here you can add your own style) 
                and
                6.sass/theme/_theme_variables.scss (<- here you can define own variables or you could overwrite existing Bootstrap variables easily without touching the original BS code)
    
  • Don´t edit the first four files/filesets or you aren´t able to update it without overwriting your own work!

  • Your design goes into: /sass/theme directory. Add your styles to the theme.scss file and your variables to the _theme_variables.scss. Or add other scss files into it and @import it