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);
?>
|