Skip to content

Instantly share code, notes, and snippets.

View baatkin65's full-sized avatar

Brett Atkin baatkin65

View GitHub Profile
@baatkin65
baatkin65 / gist:c7abeed881c15ccf26cc
Created June 23, 2014 19:02
single-gallery.php
<?php
//* The custom gallery post type single post template
//* Force full width content layout
add_filter( 'genesis_pre_get_option_site_layout', '__genesis_return_full_width_content' );
//* Remove the post meta function
remove_action( 'genesis_entry_footer', 'genesis_post_meta' );
//* Remove the post info function