trajano / trajano-wordpress-theme

WordPress Theme used by my blog
http://www.trajano.net/
Eclipse Public License 1.0
3 stars 0 forks source link

Trajano WordPress Theme

This theme is targeted for personal text content blogs with a single author.

Objectives

This theme does not use minified versions of the code, it expects the WordPress site to use [W3 Total Cache][w3tc] to reduce the load. This was done to make it easier to extend and debug problems on the theme,

Technology used

Folder structure

> files that are used by WordPress directly. bootswatch/ > [Bootswatch][boots] files. colorbox/ > [ColorBox][cbox] files. content/ > PHP templates. css/ > stylesheet files that dynamically enqueue from include/css.php. fontawesome/ > [Font Awesome][font] files include/ > PHP modules that are dynamically loaded from functions.php. js/ > Javascript files that explicitly enqueue from include/javascript.php and other places where > specific Javascript functionality is required. [boots]: http://bootswatch.com/ [cbox]: http://www.jacklmoore.com/colorbox/ [font]: http://fortawesome.github.com/Font-Awesome/ [is]: http://jetpack.me/support/infinite-scroll/ [masonry]: http://masonry.desandro.com/ [rwd]: http://en.wikipedia.org/wiki/Responsive_web_design [w3tc]: http://wordpress.org/extend/plugins/w3-total-cache/