Make WordPress Themes

source: atua/1.0.78/sidebar.php

Last change on this file was 185077, checked in by themedropbox, 3 years ago

New theme: Atua - 0.1

File size: 402 bytes
Line 
1<?php
2/**
3 * The sidebar containing the main widget area
4 *
5 * @link    https://developer.wordpress.org/themes/basics/template-files/#template-partials
6 *
7 * @package Atua
8 */
9if ( ! is_active_sidebar( 'atua-sidebar-primary' ) ) {  return; } ?>
10<div class="dt-col-lg-4 dt-col-md-12 dt-col-12">
11        <div class="dt_widget-area">
12                <?php dynamic_sidebar('atua-sidebar-primary'); ?>
13        </div>
14</div>
Note: See TracBrowser for help on using the repository browser.