Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed 404 error
  • Loading branch information
jmr06005 committed Sep 30, 2015
1 parent e705c9a commit 3430709
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion uc-people.php
Expand Up @@ -33,7 +33,8 @@ function create_custom_custom_post_type(){
'menu_position' => 35,
'menu_icon' => 'dashicons-groups',
'supports' => array( 'tags', 'thumbnail', 'revisions', 'page-attributes', 'author' ),
'has_archive' => true
'has_archive' => true,
'rewrite' => false
);

register_post_type( 'person', $args );
Expand Down

0 comments on commit 3430709

Please sign in to comment.