<?php
/**
* The header for our theme.
*
* Displays all of the <head> section and everything up till <div id="content">
*
* @package Sydney
*/
?>
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-7B0GSSG0XG"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-7B0GSSG0XG');
</script>
<meta charset="<?php bloginfo('charset'); ?>">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="profile" href="http://gmpg.org/xfn/11">
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>">
<!-- Font Awesome Icons -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css"
>
<?php wp_head(); ?>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": ["Organization", "LocalBusiness"],
"name": "My Dentist Burbank",
"image": "https://smilemakeoverofla.com/wp-content/uploads/2024/08/smile-makeover-la-logo.png",
"@id": "https://smilemakeoverofla.com/",
"url": "https://smilemakeoverofla.com/",
"telephone": "+18185782324",
"address": {
"@type": "PostalAddress",
"streetAddress": "501 West Glenoaks Boulevard #204",
"addressLocality": "Glendale",
"addressRegion": "Los Angeles, California",
"postalCode": "91202",
"addressCountry": "US"
},
"geo": {
"@type": "GeoCoordinates",
"latitude": 34.16077257963048,
"longitude": -118.26470132274542
},
"openingHoursSpecification": [
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": [
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday"
],
"opens": "09:00",
"closes": "18:00"
}
],
"sameAs": [
"https://www.facebook.com/smilemakeoverofla",
"https://www.instagram.com/mydentistla/"
],
"priceRange": "$$",
"contactPoint": {
"@type": "ContactPoint",
"contactType": "customer support",
"telephone": "+18185782324",
"email": "smilemakeoverla@yahoo.com",
"areaServed": "US",
"availableLanguage": "English"
},
"logo": "https://smilemakeoverofla.com/wp-content/uploads/2024/08/smile-makeover-la-logo.png",
"description": "At Smile Makeover of LA, we specialize in transforming smiles with personalized, high-quality dental care. Our expert team combines advanced technology with a compassionate approach to deliver exceptional cosmetic and restorative treatments. Located in Los Angeles, we’re dedicated to enhancing your smile and boosting your confidence. Experience the artistry of a perfect smile with us!",
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.8",
"reviewCount": "33"
}
}
</script>
</head>
<body <?php body_class(); ?> <?php sydney_do_schema('html'); ?>>
<span id="toptarget"></span>
<?php wp_body_open(); ?>
<?php do_action('sydney_before_site'); // Hooked: sydney_preloader() ?>
<div id="page" class="hfeed site">
<a class="skip-link screen-reader-text" href="#content">
<?php _e('Skip to content', 'sydney'); ?>
</a>
<?php do_action('sydney_before_header'); // Hooked: sydney_header_clone() ?>
<?php do_action('sydney_header'); ?>
<?php do_action('sydney_after_header'); ?>
<!-- Social Media Bar -->
<div id="socialMediaBar">
<a
href="https://www.yelp.com/biz/smile-makeover-of-la-glendale"
target="_blank"
rel="nofollow noopener noreferrer"
class="social-icon"
>
<i class="fab fa-yelp"></i>
</a>
<a
href="https://instagram.com/mydentistla"
target="_blank"
rel="nofollow noopener noreferrer"
class="social-icon"
>
<i class="fab fa-instagram"></i>
</a>
<a
href="https://facebook.com/Smilemakeoverofla"
target="_blank"
rel="nofollow noopener noreferrer"
class="social-icon"
>
<i class="fab fa-facebook-f"></i>
</a>
<a
href="https://youtube.com/@Smilemakeoverofla"
target="_blank"
rel="nofollow noopener noreferrer"
class="social-icon"
>
<i class="fab fa-youtube"></i>
</a>
<a
href="https://www.google.com/search?q=smile+makeover+of+la&oq=smile+makeover+of+la"
target="_blank"
rel="nofollow noopener noreferrer"
class="social-icon"
>
<i class="fab fa-google"></i>
</a>
</div>
<div class="sydney-hero-area">
<?php sydney_slider_template(); ?>
<div class="header-image">
<?php sydney_header_overlay(); ?>
<?php
if (
(
get_theme_mod('front_header_type', 'nothing') === 'image'
&& is_front_page()
)
||
(
get_theme_mod('site_header_type') === 'image'
&& !is_front_page()
)
) :
?>
<?php
$shop_thumb = get_the_post_thumbnail_url(
get_option('woocommerce_shop_page_id')
);
?>
<?php if (class_exists('WooCommerce') && is_shop() && !$shop_thumb) : ?>
<img
class="header-inner"
src="<?php header_image(); ?>"
width="<?php echo esc_attr(get_custom_header()->width); ?>"
alt="<?php bloginfo('name'); ?>"
title="<?php bloginfo('name'); ?>"
>
<?php endif; ?>
<?php endif; ?>
</div>
<?php sydney_header_video(); ?>
<?php do_action('sydney_inside_hero'); ?>
</div>
<?php do_action('sydney_after_hero'); ?>
<div id="content" class="page-wrap">
<div class="content-wrapper <?php echo esc_attr(
apply_filters('sydney_main_container', 'container')
); ?>">
<div class="row">
<?php
/**
* The template for displaying the footer.
*
* Contains the closing of the #content div and all content after
*
* @package Sydney
*/
?>
</div>
</div>
</div><!-- #content -->
<?php do_action('sydney_before_footer'); ?>
<?php if (is_active_sidebar('footer-1')) : ?>
<?php get_sidebar('footer'); ?>
<?php endif; ?>
<?php
$container = get_theme_mod('footer_credits_container', 'container');
$credits = sydney_footer_credits();
?>
<footer id="colophon" class="site-footer">
<div class="<?php echo esc_attr($container); ?>">
<div class="site-info">
<div class="row">
<div class="col-md-6">
<?php echo wp_kses_post($credits); ?>
</div>
<div class="col-md-6">
<?php sydney_social_profile('social_profiles_footer'); ?>
</div>
</div>
</div>
</div><!-- .site-info -->
</footer><!-- #colophon -->
<?php do_action('sydney_after_footer'); ?>
</div><!-- #page -->
<?php wp_footer(); ?>
</body>
</html>