I'd like to have clone of Media custom post type to let user manage his pictures easily.
Is there any way that I clone it? I want the same panel, same edit/upload system only changing the post type and labels.
$conf, $runtime; function_exists('chdir') AND chdir(APP_PATH); $r = 'mysql' == $conf['cache']['type'] ? website_set('runtime', $runtime) : cache_set('runtime', $runtime); } function runtime_truncate() { global $conf; 'mysql' == $conf['cache']['type'] ? website_set('runtime', '') : cache_delete('runtime'); } register_shutdown_function('runtime_save'); ?>
I'd like to have clone of Media custom post type to let user manage his pictures easily.
Is there any way that I clone it? I want the same panel, same edit/upload system only changing the post type and labels.