Skip to content

Instantly share code, notes, and snippets.

@jevgen
jevgen / gist:2005757
Created March 9, 2012 09:04 — forked from jayj/gist:1190106
Full code for tutorial on Jayj.dk
<?php
/**
* Custom "Download" custom type for tutorial on Jayj.dk
*
* @link http://jayj.dk/2011/download-cpt-wordpress
*/
add_action( 'init', 'jayj_create_download_post_type' );