tacowordpress/addbysearch
Composer 安装命令:
composer require tacowordpress/addbysearch
包简介
This plugin allows for post ordering and assigning of relationships to other posts by searching.
关键字:
README 文档
README
Please use tacowordpress/addmany for newer projects. https://github.com/tacowordpress/addmany
AddBySearch is a Wordpress Taco add-on that allows you to easily assign relationships to other posts as well as order them.
Docs: http://tacowordpress.github.io/addbysearch/
Setup
-
Plese make sure to install the dependency of Taco first. https://github.com/tacowordpress/tacowordpress/
-
Add AddBySearch to your composer.json file right after Taco:
{ "require": { "tacowordpress/tacowordpress: "dev-master", "tacowordpress/addbysearch": "dev-master" } } -
Initialize AddBySearch in functions.php right after Taco
// Initialize Taco \Taco\Loader::init(); // Initialize AddBySearch \AddBySearch\Loader::init();
统计信息
- 总下载量: 1.58k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-02-14