tacowordpress / addbysearch
This plugin allows for post ordering and assigning of relationships to other posts by searching.
Package info
github.com/tacowordpress/addbysearch
Language:JavaScript
pkg:composer/tacowordpress/addbysearch
Requires
- php: >=5.4
- jasand-pereza/frontend-loader: @dev
This package is auto-updated.
Last update: 2026-02-23 18:55:56 UTC
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();