Forked from braddalton/Add Custom Home Loop Helper Function
Created
May 9, 2019 04:08
-
-
Save lizardking8610/548c43d633ad57fe1f8111fb8a769a7a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//This codes gets added to the home_genesis_meta add actions in the home.php file, around line 15 | |
add_action( 'genesis_loop', 'agency_home_full_helper' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment