I hereby claim:
- I am robneu on github.
- I am robertneu (https://keybase.io/robertneu) on keybase.
- I have a public key whose fingerprint is C486 BFE2 48DE 6FA6 7CAD CEC5 D506 FDC5 70D2 A57D
To claim this, I am signing this object:
| <?php | |
| add_filter( 'post_class', 'prefix_simple_grid_class' ); | |
| /** | |
| * Add post classes for a simple grid loop. | |
| * | |
| * @category Grid Loop | |
| * @version 1.0.0 | |
| */ | |
| function prefix_simple_grid_class( $classes ) { |
| <?php | |
| add_action( 'genesis_before_content', 'prefix_move_podcast_player' ); | |
| /** | |
| * Remove the podcast meta filter on the_content. | |
| * | |
| * By default, the Seriously Simple Podcasting plugin will display the media | |
| * player and other file info within the content. This doesn't allow for much | |
| * flexibility with the placement, so this removes the filter and hooks a | |
| * function to display the podcast meta elswhere in the markup. |
| <?php | |
| add_action( 'genesis_header', 'prefix_do_header_right' ); | |
| /** | |
| * Adds a new action to genesis_header so the primary nav can be positioned in | |
| * the header without being wrapped in an <aside> element. | |
| * | |
| * @since 1.0.0 | |
| */ | |
| function prefix_do_header_right() { |
| <?php | |
| add_filter( 'genesis_theme_settings_defaults', 'prefix_default_full_width_layout' ); | |
| /** | |
| * Set a full-width layout as the default in a Genesis Child theme. | |
| * | |
| * @author Robert Neu | |
| * @see Genesis_Admin_Settings in genesis/lib/admin/theme-settings.php | |
| */ | |
| function prefix_default_full_width_layout( $settings ) { |
| <?php | |
| /** | |
| * Helper function to determine if we're on a blog section of a Genesis site. | |
| * | |
| * @return bool True if we're on any section of the blog. | |
| * @author Robert Neu | |
| */ | |
| function prefix_is_blog() { | |
| $is_blog = array( |
I hereby claim:
To claim this, I am signing this object: