| Server IP : 104.21.32.175 / 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/public_html/wp-content/themes/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 esc_attr_e( 'Secondary Sidebar', 'oceanwp' ); ?>">
<?php do_action( 'ocean_before_sidebar_inner' ); ?>
<div id="left-sidebar-inner" class="clr">
<?php
$sidebar = oceanwp_get_second_sidebar();
if ( $sidebar ) {
dynamic_sidebar( $sidebar );
}
?>
</div><!-- #sidebar-inner -->
<?php do_action( 'ocean_after_sidebar_inner' ); ?>
</aside><!-- #sidebar -->
<?php do_action( 'ocean_after_sidebar' ); ?>