| Server IP : 186.64.123.29 / Your IP : 216.73.217.94 Web Server : LiteSpeed System : Linux house.hostinglat.cl 5.15.0-185-generic #195-Ubuntu SMP Fri Jun 19 17:11:50 UTC 2026 x86_64 User : tuemp9827 ( 1016) PHP Version : 8.1.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/tuempresavirtual.cl/public_html/wp-content/themes/skelementor/ |
Upload File : |
<!doctype html>
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="profile" href="http://gmpg.org/xfn/11">
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<?php
if ( function_exists( 'wp_body_open' ) ) {
wp_body_open();
}
?>
<?php
if ( ! function_exists( 'elementor_theme_do_location' ) || ! elementor_theme_do_location( 'header' ) ) {
?>
<header id="site-header" class="site-header" role="banner">
<div id="logo">
<?php the_custom_logo(); ?>
</div>
<?php if (display_header_text()) : ?>
<h1 class="site-title">
<a href="<?php echo esc_attr( home_url( '/' ) ); ?>" title="Home" rel="home">
<?php echo esc_html( get_bloginfo( 'name' ) ); ?>
</a>
</h1>
<p class="tagline"><?php bloginfo('description'); ?></p>
<?php endif; ?>
<nav>
<?php
$args = array( 'theme_location' => 'main-menu' );
wp_nav_menu( $args );
?>
</nav>
</header>
<?php
}