mirror of
https://git.sindominio.net/estibadores/wordpress.git
synced 2024-11-14 23:21:07 +01:00
10 lines
212 B
PHP
10 lines
212 B
PHP
<div id="sidebar2" class="sidebar sidebar-home col-sm-4" role="complementary">
|
|
|
|
<?php if ( is_active_sidebar( 'sidebar2' ) ) : ?>
|
|
|
|
<?php dynamic_sidebar( 'sidebar2' ); ?>
|
|
|
|
<?php endif; ?>
|
|
|
|
</div>
|