Skip to content

Instantly share code, notes, and snippets.

@srikat
Last active August 29, 2015 14:16
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 srikat/55c287f818b43fd99157 to your computer and use it in GitHub Desktop.
Save srikat/55c287f818b43fd99157 to your computer and use it in GitHub Desktop.
Adding support for Genesis SEO and other features to CPT entries in Genesis. https://sridharkatakam.com/adding-support-for-genesis-seo-and-other-features-to-cpt-entries-in-genesis/
add_post_type_support( 'portfolio', array( 'genesis-seo', 'genesis-scripts', 'genesis-layouts', 'genesis-rel-author' ) );
add_post_type_support( 'portfolio', array( 'genesis-seo' ) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment