mirror of
https://ghproxy.net/https://github.com/AlxMedia/boxcard.git
synced 2025-08-27 01:18:15 +08:00
Initial commit
This commit is contained in:
commit
eebe696456
351 changed files with 82737 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