<?php /** * The sidebar containing the main widget area * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package Eco Nature Elementor */ ?> <div class="sidebar-area"> <?php dynamic_sidebar('eco-nature-elementor-sidebar'); ?> </div>