update templates

This commit is contained in:
Egor Svitin
2019-02-19 12:18:54 +02:00
parent 40adc99c1d
commit a5a58d5614
3 changed files with 6 additions and 4 deletions

View File

@@ -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 );