fredrick / roots-pjax

WordPress meets HTML5 Boilerplate, Bootstrap, and PJAX

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Roots PJAX

WordPress meets HTML5 Boilerplate, Bootstrap, and PJAX

Roots PJAX extends the Roots WordPress theme to add PJAX to HTML5 Boilerplate and Bootstrap from Twitter.

Roots PJAX makes asynchronous layouts in WordPress a reality, which combined with the existing components of Roots, is a powerful and full featured starting point for your next WordPress project.

PJAX "loads html from your server into the current page without a full page load. It's AJAX with real permalinks, page titles, and a working back button that fully degrades." Browsing just "feels faster" and makes mixing and matching static and dynamic site elements a breeze. By default, PJAX loads content asynchronously within the #wrap div, providing load once static functionality to the header and the footer.

##Getting Started

  1. Install and activate Roots.
  2. Download and extract Roots PJAX in the WordPress themes folder.
  3. Add custom functionality in functions.php and style to taste within style.css.
  4. Activate the Roots PJAX theme in the WordPress Dashboard.

##License

MIT/X11 - See LICENSE

###Major components:

  • Roots Theme: The Unlicense
  • HTML5 Boilerplate: The Unlicense
  • Modernizr: MIT/BSD license
  • jQuery: MIT/GPL license
  • Normalize.css: Public Domain
  • Bootstrap: Apache 2.0 license

About

WordPress meets HTML5 Boilerplate, Bootstrap, and PJAX

License:Other


Languages

Language:PHP 70.6%Language:JavaScript 29.4%