arc-hive-wordpress-theme/sidebar.php

13 lines
210 B
PHP
Raw Normal View History

<?php
/**
2021-04-29 00:56:02 +02:00
* The breaking div containing the main widget area
*
2021-04-28 01:20:47 +02:00
* @package arcHIVE-theme
* @since arcHIVE-theme 1.0.0
*/
?>
<aside class="sidebar">
<?php dynamic_sidebar( 'sidebar-widgets' ); ?>
</aside>