mirror of
https://ghproxy.net/https://github.com/AlxMedia/clearwork.git
synced 2025-08-26 16:26:23 +08:00
Initial commit
This commit is contained in:
commit
52198cc0ed
354 changed files with 89079 additions and 0 deletions
17
inc/front-widgets-bottom.php
Normal file
17
inc/front-widgets-bottom.php
Normal file
|
@ -0,0 +1,17 @@
|
|||
<?php if ( is_home() && !is_paged() && get_theme_mod('frontpage-widgets-bottom') == 'on' ): ?>
|
||||
<div class="front-widgets group">
|
||||
|
||||
<div class="front-widget-col">
|
||||
<div class="front-widget-inner">
|
||||
<?php dynamic_sidebar( 'frontpage-bottom-1' ); ?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="front-widget-col">
|
||||
<div class="front-widget-inner">
|
||||
<?php dynamic_sidebar( 'frontpage-bottom-2' ); ?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<?php endif; ?>
|
Loading…
Add table
Add a link
Reference in a new issue