Used to provide structural templates.
Pattern
t-template-name
t-template-name--modifier-name
t-template-name__subcomponent-name--subcomponent-modifier-name
| <div class="row"> | |
| <ul class="blocks d-all"> | |
| <li> | |
| <div class="media-block region three-up heading-top"> | |
| <h2 class="media-heading-top"> | |
| Media Heading | |
| </h2> | |
| <a href="#" title="Link title"> | |
| <figure> | |
| <img src="http://placehold.it/403x304" alt="Image Alt"> |
| div class="row"> | |
| <ul class="blocks d-all"> | |
| <li> | |
| <div class="media-block region d1-d6 heading-top"> | |
| <h2 class="media-heading-top"> | |
| Media Heading | |
| </h2> | |
| <a href="#" title="Link title"> | |
| <figure> | |
| <img src="http://placehold.it/423x304" alt="Image Alt"> |
| <ul class="blocks four-up"> | |
| <li> | |
| <div class="media-block region heading-bottom"> | |
| <figure> | |
| <a href="#" title="Link title"> | |
| <img src="http://placehold.it/210x210" alt="Image Alt"> | |
| </a> | |
| </figure> | |
| <div class="media-body"> | |
| <h4 class="media-heading-bottom">Course tutor: Valerie Mace</h4> |
| .clearfix:before, | |
| .clearfix:after { | |
| content: " "; | |
| display: table; | |
| } | |
| .clearfix:after { | |
| clear: both; | |
| } |
| /***** Selector Hacks ******/ | |
| /* IE6 and below */ | |
| * html #uno { color: red } | |
| /* IE7 */ | |
| *:first-child+html #dos { color: red } | |
| /* IE7, FF, Saf, Opera */ |
| <?php | |
| /** | |
| * @copyright 2012 TheHydroImpulse, Daniel Fagnan | |
| * @version 0.1 | |
| * @todo Add an overwite ability. Among other things. | |
| * @note Use this as you wish. Extend it, Mash it. Enjoy it. | |
| */ |
| <h1>Testing PHP Tabs</h1> | |
| <?php | |
| $links = array(); | |
| $texts = array(); | |
| // Add items to array | |
| <t4 type="navigation" id="627"/> |
| <?php | |
| /** | |
| * WordPress Query Comprehensive Reference | |
| * Compiled by luetkemj - luetkemj.com | |
| * | |
| * CODEX: http://codex.wordpress.org/Class_Reference/WP_Query | |
| * Source: http://core.trac.wordpress.org/browser/tags/3.3.1/wp-includes/query.php | |
| */ | |
| $args = array( |