| Server IP : 172.67.153.42 / Your IP : 216.73.217.138 Web Server : Apache System : Linux vps-850873.bgcolombia.com 3.10.0-1160.144.1.el7.tuxcare.els5.x86_64 #1 SMP Wed May 13 12:31:54 UTC 2026 x86_64 User : melizav ( 1018) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/melizav/.trash/oceanwp/ |
Upload File : |
<?php
/**
* The left sidebar containing the widget area.
*
* @package OceanWP WordPress theme
*/ ?>
<?php do_action( 'ocean_before_sidebar' ); ?>
<aside id="left-sidebar" class="sidebar-container widget-area sidebar-secondary"<?php oceanwp_schema_markup( 'sidebar' ); ?> role="complementary" aria-label="<?php _e( 'Secondary Sidebar', 'oceanwp' ); ?>">
<?php do_action( 'ocean_before_sidebar_inner' ); ?>
<div id="left-sidebar-inner" class="clr">
<?php
if ( $sidebar = oceanwp_get_second_sidebar() ) {
dynamic_sidebar( $sidebar );
} ?>
</div><!-- #sidebar-inner -->
<?php do_action( 'ocean_after_sidebar_inner' ); ?>
</aside><!-- #sidebar -->
<?php do_action( 'ocean_after_sidebar' ); ?>