From 3fb693c5a5ba09434eb9202e1969beb1804ed786 Mon Sep 17 00:00:00 2001 From: Brendan Dixon Date: Thu, 5 Apr 2018 14:42:35 -0700 Subject: [PATCH] Updated taxonomies Signed-off-by: Brendan Dixon --- functions.php | 12 ++++++++++++ sass/style.scss | 2 +- style.css | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/functions.php b/functions.php index 43458b3..ea76ee6 100644 --- a/functions.php +++ b/functions.php @@ -224,6 +224,10 @@ function thegatherings_init() { 'label' => 'Ages' ); register_taxonomy( 'ages', array( 'articles', 'guides', 'plans', 'studies' ), $args ); + wp_insert_term( 'All Adults', 'ages', array( + 'description' => 'Appropriate for adults any age', + 'slug' => 'all-adults' + )); wp_insert_term( 'Young Adults', 'ages', array( 'description' => 'Appropriate for adults in their 20s and 30s', 'slug' => 'young-adults' @@ -300,6 +304,10 @@ function thegatherings_init() { 'label' => 'Relationship' ); register_taxonomy( 'relationship', array( 'articles', 'guides', 'plans', 'studies' ), $args ); + wp_insert_term( 'All Relationships', 'relationship', array( + 'description' => 'Designed for or suited to adults in any relationship', + 'slug' => 'all-relationships' + )); wp_insert_term( 'Singles', 'relationship', array( 'description' => 'Designed for or suited to single adults', 'slug' => 'singles' @@ -364,6 +372,10 @@ function thegatherings_init() { 'label' => 'Vocation' ); register_taxonomy( 'vocation', array( 'articles', 'guides', 'plans', 'studies' ), $args ); + wp_insert_term( 'All Vocations', 'vocation', array( + 'description' => 'Designed for or suited to adults in any vocational state', + 'slug' => 'all-vocations' + )); wp_insert_term( 'College', 'vocation', array( 'description' => 'Designed for or suited to a College vocational status', 'slug' => 'college' diff --git a/sass/style.scss b/sass/style.scss index ea9a9b6..46226f0 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -4,7 +4,7 @@ Theme URI: http://underscores.me/ Author: Brendan Dixon Author URI: http://thegatherings.place/ Description: Description -Version: 1.1.1 +Version: 1.1.2 License: GNU General Public License v2 or later License URI: LICENSE Text Domain: thegatherings diff --git a/style.css b/style.css index 3e1b8d4..ff10dd9 100644 --- a/style.css +++ b/style.css @@ -4,7 +4,7 @@ Theme URI: http://underscores.me/ Author: Brendan Dixon Author URI: http://thegatherings.place/ Description: Description -Version: 1.1.1 +Version: 1.1.2 License: GNU General Public License v2 or later License URI: LICENSE Text Domain: thegatherings