2017 © Pedro Peláez
 

wordpress-plugin wp-term-families

Families for categories, tags, and other taxonomy terms

image

stuttter/wp-term-families

Families for categories, tags, and other taxonomy terms

  • Friday, January 26, 2018
  • by jjj
  • Repository
  • 0 Watchers
  • 8 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

WP Term Family

Family for categories, tags, and other taxonomy terms, (*1)

WP Term Family allows users to assign a Family to any category, tag, or taxonomy term using a dropdown, providing customized functionality for taxonomy terms., (*2)

Installation

  • Download and install using the built in WordPress plugin installer.
  • Activate in the "Plugins" area of your admin by clicking the "Activate" link.
  • No further setup or configuration is necessary.

FAQ

Does this plugin depend on any others?

Not since WordPress 4.4., (*3)

Install the WP Term Meta plugin if you're on an earlier version., (*4)

Does this create new database tables?

No. There are no new database tables with this plugin., (*5)

Does this modify existing database tables?

No. All of WordPress's core database tables remain untouched., (*6)

Can I query for terms by their Family?

Yes. Use a meta_query like:, (*7)

$terms = get_terms( 'category', array(
    'depth'      => 1,
    'number'     => 100,
    'parent'     => 0,
    'hide_empty' => false,

    // Query by family using the "wp-term-meta" plugin!
    'meta_query' => array( array(
        'key'   => 'family',
        'value' => 'private'
    ) )
) );

Where can I get support?

The WordPress support forums: https://wordpress.org/support/plugin/wp-term-family/, (*8)

Can I contribute?

Yes, please! The number of users needing more robust taxonomy terms is growing fast. Having an easy-to-use UI and powerful set of functions is critical to managing complex WordPress installations. If this is your thing, please help us out!, (*9)

The Versions

26/01 2018

dev-master

9999999-dev https://github.com/stuttter/wp-term-families

Families for categories, tags, and other taxonomy terms

  Sources   Download

GPLv2 or later GPL-2.0-or-later

The Requires

 

by John James Jacoby

07/01 2016

0.2.0

0.2.0.0 https://github.com/stuttter/wp-term-families

Families for categories, tags, and other taxonomy terms

  Sources   Download

GPLv2 or later

The Requires

 

by John James Jacoby

24/11 2015

0.1.1

0.1.1.0 https://github.com/stuttter/wp-term-families

Families for categories, tags, and other taxonomy terms

  Sources   Download

GPLv2 or later

The Requires

 

by John James Jacoby

09/11 2015

0.1.0

0.1.0.0 https://github.com/stuttter/wp-term-families

Families for categories, tags, and other taxonomy terms

  Sources   Download

GPLv2 or later

The Requires

 

by John James Jacoby