Skip to content

Instantly share code, notes, and snippets.

View acbrent25's full-sized avatar

Adam Champagne acbrent25

View GitHub Profile
@milohuang
milohuang / breadcrumb.php
Created July 23, 2013 02:14
yoast breadcrumb
<?php if ( function_exists('yoast_breadcrumb') ) {
yoast_breadcrumb('<ul class="breadcrumbs"><li><span>','</span></li></ul>');
} ?>