今天有朋友希望我帮忙开发一些功能,其中可能涉及WP后台文章管理列表按文章type进行排序,说实在,这点我目前还不能快速实现,对WP的Hooks还没有掌握透彻,因此我在网上找了不少文章,并且得到了一些参考文献,特此将它们保留下来,以帮助开发者了解这个开发的过程。
http://yoast.com/custom-post-type-snippets/ http://www.liyingqing.com/archives/1740 http://www.mark-leong.com/set-wordpress-custom-post-types-order-in-admin/ http://wordpress.stackexchange.com/questions/43970/adding-menu-order-column-to-custom-post-type-admin-screen http://wordpress.stackexchange.com/questions/578/adding-a-taxonomy-filter-to-admin-list-for-a-custom-post-type
下面我简单说几句