Fixed wrong widget displayed for this area.
This commit is contained in:
parent
11d7ec19ed
commit
6876dc26a0
@ -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">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user