This is a line in my functions.php, do I need to edit this one?
register_taxonomy(‘portfolio_category’,array (
0 => ‘portfolio’,
),array( ‘hierarchical’ => true, ‘label’ => ‘Portfolio Category’,’show_ui’ => true,’query_var’ => true,’singular_label’ => ‘Portfolio Category’) );
Unfortunately, my theme does not support 3th party plugins. They only support wpml.
Can you help me with the code?