Abr
19
2011
19
2011
Adicionar selecção de categorias aos custom post types
Insere o seguinte código no ficheiro functions.php
function reg_cat() {
register_taxonomy_for_object_type('category','CUSTOM_POST_TYPE');
}
add_action('init', 'reg_cat');
Etiquetas:Wordpress How To
Leave a comment
Advertisement

An article by







