mirror of
https://ghproxy.net/https://github.com/AlxMedia/inunity.git
synced 2025-08-27 01:00:01 +08:00
Initial commit
This commit is contained in:
commit
5a312fd06e
426 changed files with 79318 additions and 0 deletions
19
sidebar.php
Normal file
19
sidebar.php
Normal file
|
@ -0,0 +1,19 @@
|
|||
<?php
|
||||
$sidebar = inunity_sidebar_primary();
|
||||
$layout = inunity_layout_class();
|
||||
if ( $layout != 'col-1c'):
|
||||
?>
|
||||
|
||||
<div class="sidebar s1">
|
||||
|
||||
<div class="sidebar-content">
|
||||
|
||||
<?php if ( get_theme_mod( 'post-nav', 'sidebar' ) == 'sidebar' ) { get_template_part('inc/post-nav'); } ?>
|
||||
|
||||
<?php dynamic_sidebar($sidebar); ?>
|
||||
|
||||
</div><!--/.sidebar-content-->
|
||||
|
||||
</div><!--/.sidebar-->
|
||||
|
||||
<?php endif; ?>
|
Loading…
Add table
Add a link
Reference in a new issue