Skip to content

Instantly share code, notes, and snippets.

View gleddy's full-sized avatar

Scott Gledhill gleddy

View GitHub Profile
@gleddy
gleddy / time.php
Created March 18, 2017 11:46
cookbook snippet
// customize single post header content for dx5
add_action( 'genesis_entry_header', 'dx5_do_post_header');
function dx5_do_post_header() {
genesis_markup( array(
'html5' => '<header %s>',
'context' => 'dx5-post-heading',
) );
// find featured image for post