admin管理员组文章数量:1426020
By default, when a post with multiple category (or category with sub category) is created, wordpress listed those categories in alphabetical order in the admin post listing page.
Is there any way to change the way this sorting is done?
$cat=get_the_category();
echo $cat[0]->cat_name;
This is why I need this. I want the parent category to be the first item in the array.
本文标签: categoriessort post category listing
版权声明:本文标题:categories - sort post category listing 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1745470559a2659728.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论