Skip to content

Instantly share code, notes, and snippets.

@nathanrice
Created May 16, 2013 14:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nathanrice/5592184 to your computer and use it in GitHub Desktop.
Save nathanrice/5592184 to your computer and use it in GitHub Desktop.
A sample single template for a Recipe CPT with Genesis
<?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