From 92fbc65ec64341890ea0660e2ca6c339d5bc3e91 Mon Sep 17 00:00:00 2001 From: Frumph Date: Mon, 21 Sep 2015 19:55:08 -0700 Subject: [PATCH] Allow showing the entire list for which chapter to choose to show on the home page option --- options/general.php | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/options/general.php b/options/general.php index a38d9a3..5af9d17 100644 --- a/options/general.php +++ b/options/general.php @@ -116,15 +116,16 @@ 'All Chapters', - 'orderby' => 'menu_order', - 'order' => 'ASC', - 'selected' => $ceo_options['chapter_on_home'], - 'name' => 'chapter_on_home', - 'id' => 'chapter_on_home', - 'class' => 'postform', - 'taxonomy' => 'chapters', - 'hide_if_empty' => true, + 'show_option_all' => 'All Chapters', + 'orderby' => 'menu_order', + 'order' => 'ASC', + 'selected' => $ceo_options['chapter_on_home'], + 'name' => 'chapter_on_home', + 'id' => 'chapter_on_home', + 'class' => 'postform', + 'taxonomy' => 'chapters', + 'hide_if_empty' => false, + 'heirarchel' => 1 ); wp_dropdown_categories($args); ?>