Skip to content

This package is deprecated. Please use tacowordpress/addmany for newer projects.

Notifications You must be signed in to change notification settings

tacowordpress/addbysearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 

Repository files navigation

addbysearch (DEPRECATED)

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

  1. Plese make sure to install the dependency of Taco first. https://github.com/tacowordpress/tacowordpress/

  2. Add AddBySearch to your composer.json file right after Taco:

     {
       "require": {
         "tacowordpress/tacowordpress: "dev-master",
         "tacowordpress/addbysearch": "dev-master"
       }
     }
    
  3. Initialize AddBySearch in functions.php right after Taco

     // Initialize Taco
     \Taco\Loader::init();
     
     // Initialize AddBySearch
     \AddBySearch\Loader::init();
    

About

This package is deprecated. Please use tacowordpress/addmany for newer projects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published