Rewrite portifolio_category
-
I’m trying to rewrite the slug /portifolio_category/ (line 80 in codenovo-portfolio.php) to /obras/ but not working.
register_taxonomy('portfoliocategory',array('portfolio'), array( 'hierarchical' => true, 'labels' => $labels, 'show_ui' => true, 'query_var' => true, 'rewrite' => array( 'slug' =>'portifolio_category'), ));
Thanks in advice!
- The topic ‘Rewrite portifolio_category’ is closed to new replies.