Fixed wrong widget displayed for this area.

This commit is contained in:
Frank419 2025-01-28 12:01:45 +08:00
parent 11d7ec19ed
commit 6876dc26a0

View File

@ -6,7 +6,7 @@ if ( !defined( 'WPINC' ) ) {
<?php if ( is_active_sidebar( 'below-content' ) ): ?> <?php if ( is_active_sidebar( 'below-content' ) ): ?>
<ul class="below-content-widgets"> <ul class="below-content-widgets">
<?php dynamic_sidebar( 'above-content' ); ?> <?php dynamic_sidebar( 'below-content' ); ?>
</ul> </ul>
<?php elseif ( user_can( get_current_user_id(), 'edit_theme_options' ) ): ?> <?php elseif ( user_can( get_current_user_id(), 'edit_theme_options' ) ): ?>
<ul class="below-content-widgets"> <ul class="below-content-widgets">