Skip to content

Instantly share code, notes, and snippets.

<?php
/**
* Template Name: blog
*
* A custom page template for displaying blog archives.
*
* @package Hatch Pro
* @subpackage Template
*/
@bugsysop
bugsysop / gist:3180399
Created July 26, 2012 05:19 — forked from samikeijonen/gist:3048693
Filter Origin byline
add_filter( 'origin_byline', 'my_byline' );
function my_byline( $byline ) {
$byline = '<div class="byline">' . __( 'Article by [entry-author] - [entry-comments-link]', 'origin' ) . '</div>';
return $byline;
}
@bugsysop
bugsysop / .gitignore
Created August 20, 2011 16:26 — forked from Fil/.gitignore
Outil pour créer une copie locale statique de "mes" seens
# ma config
seen-local-config.php
# stockage de mon backup xml
tmp/
# mes fichiers exportes
seen/
# mac os x