Skip to content

Instantly share code, notes, and snippets.

@alessandrotesoro
Created November 17, 2014 11:25
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 alessandrotesoro/25120eeb8a3745c56daf to your computer and use it in GitHub Desktop.
Save alessandrotesoro/25120eeb8a3745c56daf to your computer and use it in GitHub Desktop.
$listings = new CPT(
'listing', array(
'supports' => array('title', 'editor', 'thumbnail', 'comments', 'author','custom-fields','tags'),
'menu_icon' => get_template_directory_uri() . '/images/listings_icon.png',
));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment