[wp-testers] custom taxonomy

Damian Biedziak info at d4b.com.pl
Wed Jun 16 07:27:04 UTC 2010


register taxonomy:

register_taxonomy('kat-uslugi', array('uslugi'),
    array("hierarchical" => true,
    "label" => "Kategorie",
    "singular_label" => "Kategoria",
    'rewrite' => array('slug' => 'uslugi' ),
    'query_var' => 'uslugi',
    )
);


Then create new categories and asked how the name kategoruu display outside
the loop function


More information about the wp-testers mailing list