Skip to content

Instantly share code, notes, and snippets.

@alderete
alderete / my_looper-no_comments.php
Created February 4, 2011 08:06
A starter template for the Custom Loop API in the Thesis theme for WordPress.
<?php
// Source and explanation of this file:
// http://aldosoft.com/blog/2011/01/thesis-custom-loop-template/
class my_looper extends thesis_custom_loop {
function home() {
thesis_loop::home();
}
@paulirish
paulirish / README.md
Created January 4, 2010 02:38
imagesLoaded() jquery plugin