Skip to content

Instantly share code, notes, and snippets.

View nhatdongnguyen's full-sized avatar

Nguyen Nhat Dong nhatdongnguyen

View GitHub Profile
<?php
remove_action( 'genesis_entry_header', 'genesis_post_info' );
add_action( 'genesis_entry_header', 'child_post_info' );
/**
* Custom Post-Info with Google Rich Snippet support
*
* @author Greg Rickaby
* @since 1.0.0
*/
<?php
//* Do NOT include the opening php tag
// Add support for 4-column footer widgets
add_theme_support( 'genesis-footer-widgets', 4 );