doumen5087 2015-07-11 09:57
浏览 69

在Wordpress管理面板中按标签ID对标签进行排序

I want to sort tags list by tag id in my WordPress admin panel. There is 1000s tag in admin tag list and I want to know which are the latest added tags, but there are options to sort with Name, Description, Slug, and Coun but no option to sort by oldest or newest. Please tell me how can i add one more column "sort by ID".

  • 写回答

1条回答 默认 最新

  • duankun9280 2015-07-11 19:30
    关注

    Add this to functions.php

    add_filter('manage_edit-post_tag_columns','post_tag_columns_func');
    function post_tag_columns_func($columns){
        $columns[ 'id' ]='ID';
        return $columns;
    }
    add_filter('manage_edit-post_tag_sortable_columns','post_tag_sortable_columns_func');
    function post_tag_sortable_columns_func($columns){
        $columns['id']='ID';
        return $columns;
    }
    add_filter('manage_post_tag_custom_column','add_post_tag_column_content',10,3);
    function add_post_tag_column_content($content,$column,$id){
        return $id;
    }
    
    评论

报告相同问题?

悬赏问题

  • ¥15 虚幻5 UE美术毛发渲染
  • ¥15 CVRP 图论 物流运输优化
  • ¥15 Tableau online 嵌入ppt失败
  • ¥100 支付宝网页转账系统不识别账号
  • ¥15 基于单片机的靶位控制系统
  • ¥15 真我手机蓝牙传输进度消息被关闭了,怎么打开?(关键词-消息通知)
  • ¥15 下图接收小电路,谁知道原理
  • ¥15 装 pytorch 的时候出了好多问题,遇到这种情况怎么处理?
  • ¥20 IOS游览器某宝手机网页版自动立即购买JavaScript脚本
  • ¥15 手机接入宽带网线,如何释放宽带全部速度