mirror of
https://ghproxy.net/https://github.com/AlxMedia/featureon.git
synced 2025-08-26 07:43:19 +08:00
15 lines
No EOL
442 B
PHP
15 lines
No EOL
442 B
PHP
<?php $sidebar = featureon_sidebar_secondary(); ?>
|
|
|
|
<div class="sidebar s2">
|
|
|
|
<a class="sidebar-toggle" title="<?php esc_attr_e('Expand Sidebar','featureon'); ?>"><i class="fa icon-sidebar-toggle"></i></a>
|
|
|
|
<div class="sidebar-content">
|
|
|
|
<?php if ( get_theme_mod( 'post-nav','s1' ) == 's2') { get_template_part('inc/post-nav'); } ?>
|
|
|
|
<?php dynamic_sidebar($sidebar); ?>
|
|
|
|
</div><!--/.sidebar-content-->
|
|
|
|
</div><!--/.sidebar-->
|