最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

Add custom taxonomy to default category taxonomy?

programmeradmin0浏览0评论

I'm trying to add a custom taxonomy to default category taxonomy but I could not figure out how to.

I tried this but failed :/

register_taxonomy(
    'oyuncu',
    'category',
    array(
        'hierarchical' => false,
        'label' => __('Oyuncular', 'series'),
        'query_var' => 'oyuncu',
        'rewrite' => array('slug' => 'oyuncular'),
        'show_ui'           => true,
        'supports' => array('thumbnail'),
    )
);
发布评论

评论列表(0)

  1. 暂无评论