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
*/