Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //* Display Genesis Sandbox Featured Content widget's Post meta below the title
- add_action( 'gsfc_before_post_content', array( 'GS_Featured_Content', 'do_post_meta' ), 15 );
- add_action( 'gsfc_post_content', 'sk_remove_gsfc_post_meta' );
- /**
- * Remove Genesis Sandbox Featured Content widget's Post meta from its default location
- *
- * @author Sridhar Katakam
- * @link http://sridharkatakam.com/
- */
- function sk_remove_gsfc_post_meta() {
- remove_action( 'gsfc_after_post_content', array( 'GS_Featured_Content', 'do_post_meta' ) );
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement