diff --git a/theme/components/raid-signup.php b/theme/components/raid-signup.php index 95269de..dbe8111 100644 --- a/theme/components/raid-signup.php +++ b/theme/components/raid-signup.php @@ -16,6 +16,7 @@ if (empty($chars) || empty($chars->first())) { $chars = [$this->character]; } + ?>
border border-character->color ?> shadow" x-data="{open : false}"> @@ -42,7 +43,7 @@ if (empty($chars) || empty($chars->first())) {
- +
diff --git a/theme/functions.php b/theme/functions.php index 1752da0..e89f560 100644 --- a/theme/functions.php +++ b/theme/functions.php @@ -5,6 +5,8 @@ use WoWPress\Database\CreateCharacterTable; use WoWPress\Database\CreateRaidTable; use WoWPress\Database\CreateSignupTable; use WoWPress\Database\CreateSKSTable; +use WoWPress\Frontend\Widgets\BossKills; +use WoWPress\Frontend\Widgets\CharacterSearch; use WoWPress\Frontend\Widgets\RaidSignup; use WoWPress\Models\Character; @@ -461,6 +463,8 @@ function wowpress_add_category_meta($taxonomy) /** Widgets */ $widget_raid_signup = new RaidSignup(); + $widget_boss_kills = new BossKills(); + $widget_char_search = new CharacterSearch(); diff --git a/theme/header.php b/theme/header.php index be0e5f3..dd4a33d 100644 --- a/theme/header.php +++ b/theme/header.php @@ -35,9 +35,9 @@ global $user;