b0y-101 Mini Shell


Current Path : E:/wordpress/wp-content/themes/relaxed-home-lite/
File Upload :
Current File : E:/wordpress/wp-content/themes/relaxed-home-lite/sidebar.php

<?php
/**
 * The Sidebar containing the main widget areas.
 *
 * @package relaxed-home-lite
 */
?>

<div id="sidebar">
    <?php if ( ! dynamic_sidebar( 'sidebar-1' ) ) : ?>
        <aside id="archives" role="complementary" class="widget" aria-label="firstsidebar">
            <h3 class="widget-title"><?php esc_html_e( 'Archives', 'relaxed-home-lite' ); ?></h3>
            <ul>
                <?php wp_get_archives( array( 'type' => 'monthly' ) ); ?>
            </ul>
        </aside>
        <aside id="meta" role="complementary" class="widget" aria-label="secondsidebar">
            <h3 class="widget-title"><?php esc_html_e( 'Meta', 'relaxed-home-lite' ); ?></h3>
            <ul>
                <?php wp_register(); ?>
                <li><?php wp_loginout(); ?></li>
                <?php wp_meta(); ?>
            </ul>
        </aside>
    <?php endif; // end sidebar widget area ?>  
</div>

Copyright © 2019 by b0y-101