Created
May 16, 2013 14:36
-
-
Save nathanrice/5592184 to your computer and use it in GitHub Desktop.
A sample single template for a Recipe CPT with Genesis
This file contains 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
<?php | |
/** | |
* This file controls the single view of the Recipe CPT | |
*/ | |
/** | |
* This is where you would put your custom mods. Just hook them (or unhook) to the proper location. | |
*/ | |
genesis(); //* <-- Just make sure this is at the END of the file. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment