diff --git a/functions/wordpress/custom-post-types.php b/functions/wordpress/custom-post-types.php index f02eab5..8c0a353 100644 --- a/functions/wordpress/custom-post-types.php +++ b/functions/wordpress/custom-post-types.php @@ -1,5 +1,5 @@ 'dashicons-groups', 'supports' => array('title', 'page-attributes') ); - register_post_type('portfolio', $args); + register_post_type('movie', $args); */