Skip to content

devcongress/eXchange

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eXchange

\eXchange is a custom theme for DevCongress eXchange. It has the goal of integrating Twitter's bootstrap (https://github.com/twitter/bootstrap) into Automattic's _s (https://github.com/Automattic/_s) with the smallest possible changeset.

_strap works with Bootstrap 3️⃣
the Bootstrap 2️⃣ version is still available at its own branch

Like its big brother _s, _strap is not intended as Parent theme, rather as starting point to build a custom theme from scratch. This means you will have to replace all internal references to _s with your new theme's name. No worries, you don't have to do it by hand: _strap includes an automatic process - just follow the instructions below.

Installation

  1. Download the .zip
  2. Unpack it to your /wp-content/themes directory.
  3. Log in to your WordPress backend and activate it
  4. That's it. All the custom post types and fields have already been created to work as expected. Unless you plan on starting your theme from scratch over an over.

What you get

No bloat, just the bare minimum to make _s work with Bootstrap; most of it you'll find in /inc/functions-strap-php

  • a filter and a custom walker to turn a wp_nav_menu() into a Bootstrap navbar
  • filters for captioned images and oembeds
  • Bootstrap styled comment and search forms
  • Bootstrap responsive grid semantically applied to the original _s markup

What you put

  • You can customize the original Bootstrap LESS files - in particular /bootstrap/less/variables.less
  • You should add your custom styles at the end of /style.less and/or in extra .less files you should then @import in /style.less
  • After changes you should compile /style.less to /style.css
  • Of course you should edit any of the actual theme .php files as you see fit, exactly like you would do with ant other starter theme; if you alter the markup structure of the theme, i.e. create a different grid, you should use either use the orginal Bootsrap classes or the mixins Bootstrap provides to attach the same behaviour to any element.

Made with _strap

Here are some live websites using themes made with _strap
Made something with _strap? Submit a pull request with your screenshot to the _strap_made branch


http://clubtoclub.it
Design by Boumaka. Code by @ptbello, @alevals

clucbtoclub.it


http://arenadiverona100x100.com
Design by Boumaka. Code by @ptbello, @alevals

arenadiverona100x100.com


http://www.spaziocar.it/
Design by Claude. Code by @ptbello

spaziocar.it

About

This is the WordPress theme for DevCongress eXchange

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published