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 Könemann 6ef9ba8f5e Merge branch 'testing' 2015-08-20 19:15:19 +02:00
css Removing underscores SASS 2015-08-20 19:14:59 +02:00
fonts adding basic gulp tasks 2015-08-12 09:06:27 +02:00
inc Fixing Problems with JS option 2015-08-17 21:39:36 +02:00
js adding basic gulp tasks 2015-08-12 09:06:27 +02:00
languages merge master 2015-08-11 14:39:47 +02:00
page-templates creating page-template folder for custom pages 2015-08-14 10:24:09 +02:00
sass Removing underscores SASS 2015-08-20 19:14:59 +02:00
.gitignore Gulp for Grunt 2015-08-12 08:13:10 +02:00
404.php local 2015-08-11 18:15:09 +02:00
README.md adding 0.3.1 to readme 2015-08-12 09:11:55 +02:00
archive.php local 2015-08-11 18:15:09 +02:00
bower.json Removing underscores SASS 2015-08-20 19:14:59 +02:00
comment-form.php merge master 2015-08-11 14:39:47 +02:00
comments.php merge master 2015-08-11 14:39:47 +02:00
content-none.php merge master 2015-08-11 14:39:47 +02:00
content-page.php merge master 2015-08-11 14:39:47 +02:00
content-search.php merge master 2015-08-11 14:39:47 +02:00
content-single.php merge master 2015-08-11 14:39:47 +02:00
content.php merge master 2015-08-11 14:39:47 +02:00
footer.php adding cols for nav and footer 2015-08-14 10:29:30 +02:00
functions.php custom comment form 2015-03-31 16:17:52 +02:00
gulpfile.js Removing underscores SASS 2015-08-20 19:14:59 +02:00
header.php removing off-canvas navi 2015-08-14 10:30:09 +02:00
hero.php merge master 2015-08-11 14:39:47 +02:00
index.php test 2015-08-13 14:15:57 +02:00
package.json adding basic gulp tasks 2015-08-12 09:06:27 +02:00
page.php merge master 2015-08-11 14:39:47 +02:00
rtl.css merge master 2015-08-11 14:39:47 +02:00
screenshot.png local 2015-08-11 18:15:09 +02:00
search.php local 2015-08-11 18:15:09 +02:00
sidebar.php merge master 2015-08-11 14:39:47 +02:00
single.php fixing comments template 2015-08-12 13:13:28 +02:00
statichero.php adding static hero css 2015-08-13 14:59:31 +02:00
sticky.php adding .row to header/footer 2015-08-12 17:21:46 +02:00
style.css merge master 2015-08-11 14:39:47 +02:00

README.md

UnderStrap Wordpress Theme Framework

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

Changelog

        - **0.3.1 AUG. 12th 2015**
               - Adding bower dependency manager and replacing GRUNT taskrunner with GULP

        - **0.3.0 Mar. 23th 2015**
               - Streamlining some code, adding extra "sticky" area (sticky posts above the main content area inside an extra loop). Fixing some child theme issues (now its really child theme ready...really...trust me...)

        - **0.2.9 Mar. 10th 2015**
               - Adding a new theme customizer option. It lets you add a code snippet right before the closing </body> tag.
               For example for Google Analytics, Google Tag Mananger, Pingdom etc. Just copy and past your code to the input field and save the setting.
               So you don´t have to edit the theme source file´s directly and your theme stay´s updateable

        - **0.2.8 Feb. 6th 2015**
               - Adding Grunt and Grunt SASS task


        - **0.2.7 Jan. 26th 2015**
               - Adding some basic theme option for the build-in slider script

        - **0.2.6 Dec. 28th 2014**
                - CLean up
                
                
        - **0.2 Dec. 22th 2014**
                - Adding Jasny Off-Canvas nav and Owl.Carousel Slider script
                - Enqueue scipts and styled dynamically
                               
        - **0.1 Dec. 10th 2014 - First commit**

About

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 additional scss files. Nicely sorted and ready to add your own variables/customize the Bootstrap variables.
  • Uses a single and minified CSS file for all the basic stuff
  • Font Awesome Icon Font integrated (V 4.2.0): http://fortawesome.github.io/Font-Awesome/
  • Comes with extra slider script - By owl.carousel (V 2.0.0-beta.2.4): http://www.owlcarousel.owlgraphic.com/
  • 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 inside of 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 six different SCSS sets and one variables file from /sass/ directory:

                1./sass/underscores/understrap_underscores.scss (<- Basics for the _s theme)
                2./sass/bootstrap/understrap_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 aand the other assets nicely)
                4./sass/font-awesome/understrap_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 into theme.scss

Installation

  • Download the understrap folder
  • Upload it into your Wordpress installation subfolder here: /wp-content/themes/
  • Login to your Wordpress backend
  • Go to Appearance -> Themes
  • Activate the UnderStrap theme