Description
DFOXT Thumbnails 插件是一套扩展 WordPress {taxonomy} 分类\标签 图像方面的插件.它可以为你的 WordPress 分类提供自定义的图片上传功能,并提供了丰富的调用接口.
使用文档: https://nnnn.blog/dfoxt-thumbnails.html
Installation
- 上传到
/wp-content/plugins/
目录 - 在后台插件菜单激活该插件
- 在主题的
functions.php
文件中添加以下代码
new DFOXT_ThumbnailsTaxonomy(array(
'name' => 'category_thumbnails', // 字段
'labelname' => '分类封面', // 显示标题
));
Reviews
There are no reviews for this plugin.
Contributors & Developers
“DFOXT Thumbnails 分类\标签图像扩展插件” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “DFOXT Thumbnails 分类\标签图像扩展插件” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.2
- 添加使用说明,添加使用方法
1.1
- 版权更改
1.0
- 正式版本