← WordPress

Como excluo categorias no "Article Directory WordPress Plugin"?

Lida 1706 vezes

Offline

betanalista 
Membro
Mensagens 2564 Gostos 0
Feedback +18

Troféus totais: 26
Trófeus: (Ver todos)
Super Combination Combination Topic Starter 10 Poll Votes Poll Voter Level 5 Level 4 Level 3 Level 2 Level 1


alguém aqui me sabe dizer como excluo categorias no "Article Directory WordPress Plugin"

linha 141:

Código: [Seleccione]
'cats'=> wp_list_categories( ( count($exclude_cat) ? 'exclude=' . implode(',', $exclude_cat) : '' ) . '&orderby=' . $orderby . '&show_count=' . $show_child_count . '&hide_empty=' . $hide_empty . '&use_desc_for_title=' . $desc_for_child_title . '&child_of=' . $parent->term_id . '&title_li=&hierarchical=' . $child_hierarchical . '&echo=0&feed=' . $feed)

eu quero excluir a categoria 1, penso que seja nessa linha, então já fiz

Código: [Seleccione]
'cats'=> wp_list_categories( ( count($exclude_cat) ? 'exclude=1' . implode(',', $exclude_cat) : '' ) . '&orderby=' . $orderby . '&show_count=' . $show_child_count . '&hide_empty=' . $hide_empty . '&use_desc_for_title=' . $desc_for_child_title . '&child_of=' . $parent->term_id . '&title_li=&hierarchical=' . $child_hierarchical . '&echo=0&feed=' . $feed)
mas ele exclui a 10, já fiz 01 e meter uma virgula depois do 1, e  nada..

 :-?