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

categories - sort post category listing

programmeradmin0浏览0评论

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.

发布评论

评论列表(0)

  1. 暂无评论