Skip to content

Instantly share code, notes, and snippets.

@senlin
Created March 18, 2013 04:48
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 senlin/5185154 to your computer and use it in GitHub Desktop.
Save senlin/5185154 to your computer and use it in GitHub Desktop.
code example for http://wpti.ps/?p=304
<?php
add_action('init', 'wptips_custom_init');
function wptips_custom_init() {
add_post_type_support( 'portfolio', array( 'page-attributes', 'comments', 'author' ) );
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment