diff --git a/inc/add_archive_loop_before_widget_area.php b/inc/add_archive_loop_before_widget_area.php index 6d72d113..2356dfb0 100644 --- a/inc/add_archive_loop_before_widget_area.php +++ b/inc/add_archive_loop_before_widget_area.php @@ -96,4 +96,5 @@ function veu_loop_before_widget_run() { $loop_action_point = veu_get_loop_before_widget_action_point(); add_action( $loop_action_point, 'veu_display_archive_loop_before_widget_area' ); } -add_action( 'after_setup_theme', 'veu_loop_before_widget_run' ); + +add_action( 'after_setup_theme', 'veu_loop_before_widget_run', 11 ); diff --git a/readme.txt b/readme.txt index 263987ed..da7bcb5b 100644 --- a/readme.txt +++ b/readme.txt @@ -81,6 +81,8 @@ e.g. == Changelog == +[ Bug Fix ][ Loop before widget area ] Fixed an issue where widgets placed in the "Loop Before Widget Area" were not displaying correctly. + = 9.100.5 = [ Bug Fix ][ CSS Customize ] Fixed an issue where CSS customizations( ExUnit > CSS Customize ) were not applied.