forked from LiveCarta/LiveCartaWP
update templates
This commit is contained in:
@@ -63,7 +63,7 @@ function create_category_type()
|
||||
'show_admin_column' => true,
|
||||
'query_var' => true,
|
||||
'publicly_queryable' => true,
|
||||
'rewrite' => array( 'slug' => 'faq/answer' ),
|
||||
'rewrite' => array( 'slug' => 'blog/faq/answer' ),
|
||||
);
|
||||
|
||||
register_post_type( 'fac_category_answer', $args );
|
||||
|
||||
Reference in New Issue
Block a user