<?php /** * The header for our theme. * * Displays the head section and opens the content container. * * @package siteorigin-north * @license GPL 2.0 */ ?> <!DOCTYPE html> <html <?php language_attributes(); ?>> <head> <meta charset="<?php bloginfo( 'charset' ); ?>"> <link rel="profile" href="http://gmpg.org/xfn/11"> <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>"> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-DWVXH84C5C"></script> <script> window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag('js', new Date()); gtag('config', 'G-DWVXH84C5C'); </script> <meta name="google-site-verification" content="boI-A3EYgoXqlWo6TJIflTJLShU78wjihi5ss7ulzgY" /> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": [ "Organization", "LocalBusiness" ], "name": "My Dentist Burbank", "image": "https://mydentistburbank.com/wp-content/uploads/2019/06/log_web.png", "@id": "https://mydentistburbank.com/", "url": "https://mydentistburbank.com/", "telephone": "+18185782332", "address": { "@type": "PostalAddress", "streetAddress": "3808 W Riverside Dr. Suite 502", "addressLocality": "Burbank", "addressRegion": "California", "postalCode": "91505", "addressCountry": "US" }, "geo": { "@type": "GeoCoordinates", "latitude": 34.153111545470594, "longitude": -118.34109094602952 }, "openingHoursSpecification": [ { "@type": "OpeningHoursSpecification", "dayOfWeek": [ "Monday", "Tuesday", "Wednesday", "Thursday", "Friday" ], "opens": "08:00", "closes": "17:00" } ], "sameAs": [ "https://www.facebook.com/MyDentistBurbank" ], "priceRange": "$$", "contactPoint": { "@type": "ContactPoint", "contactType": "customer support", "telephone": "+18185782332", "email": "infomydentistburbank@yahoo.com", "areaServed": "US", "availableLanguage": "English" }, "logo": "https://mydentistburbank.com/wp-content/uploads/2019/06/log_web.png", "description": "At My Dentist Burbank, we offer top-notch, patient-focused dental care in a welcoming environment. Using the latest technology, our skilled team provides everything from routine check-ups to advanced treatments. Conveniently located in Burbank, we’re dedicated to making your dental experience comfortable and effective. Your smile is our priority!", "aggregateRating": { "@type": "AggregateRating", "ratingValue": "5", "reviewCount": "9" } } </script> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <?php if ( function_exists( 'wp_body_open' ) ) { wp_body_open(); } ?> <div id="page" class="hfeed site"> <a class="skip-link screen-reader-text" href="#content"> <?php esc_html_e( 'Skip to content', 'siteorigin-north' ); ?> </a> <?php if ( siteorigin_setting( 'masthead_text_above' ) && ! is_active_sidebar( 'topbar-sidebar' ) ) : ?> <div id="topbar"> <?php if ( class_exists( 'WooCommerce' ) && is_store_notice_showing() ) { siteorigin_north_wc_demo_store(); } ?> <div class="container"> <p> <?php echo wp_kses_post( siteorigin_setting( 'masthead_text_above' ) ); ?> </p> </div> </div><!-- #topbar --> <?php elseif ( is_active_sidebar( 'topbar-sidebar' ) ) : ?> <div id="topbar"> <?php if ( class_exists( 'WooCommerce' ) && is_store_notice_showing() ) { siteorigin_north_wc_demo_store(); } ?> <div id="topbar-widgets" class="container"> <?php $siteorigin_north_masthead_sidebar = wp_get_sidebars_widgets(); $topbar_widgets = $siteorigin_north_masthead_sidebar['topbar-sidebar'] ?? []; ?> <div class="widgets widgets-<?php echo count( $topbar_widgets ); ?>" aria-label="<?php esc_attr_e( 'Top Bar Sidebar', 'siteorigin-north' ); ?>" > <?php dynamic_sidebar( 'topbar-sidebar' ); ?> </div> </div><!-- #topbar-widgets --> </div><!-- #topbar --> <?php elseif ( class_exists( 'WooCommerce' ) && is_store_notice_showing() ) : ?> <div id="topbar"> <?php siteorigin_north_wc_demo_store(); ?> </div><!-- #topbar --> <?php endif; ?> <?php if ( ! siteorigin_page_setting( 'hide_masthead', false ) ) : ?> <header id="masthead" class="site-header layout-<?php echo sanitize_html_class( str_replace( '_', '-', siteorigin_setting( 'masthead_layout' ) ) ); ?> <?php if ( siteorigin_setting( 'navigation_sticky' ) ) { echo 'sticky-menu'; } ?>" <?php if ( siteorigin_setting( 'navigation_sticky_scale' ) ) { echo 'data-scale-logo="true"'; } ?>> <div class="container"> <div class="container-inner"> <div class="site-branding"> <?php siteorigin_north_display_logo(); ?> <?php if ( siteorigin_setting( 'branding_site_description' ) ) : ?> <p class="site-description"> <?php bloginfo( 'description' ); ?> </p> <?php endif; ?> </div><!-- .site-branding --> <nav id="site-navigation" class="main-navigation"> <?php if ( siteorigin_page_setting( 'layout' ) !== 'stripped' ) : ?> <?php if ( function_exists( 'ubermenu' ) ) : ?> <?php ubermenu( 'main', array( 'theme_location' => 'primary', ) ); ?> <?php elseif ( function_exists( 'max_mega_menu_is_enabled' ) && max_mega_menu_is_enabled( 'primary' ) ) : ?> <?php wp_nav_menu( array( 'theme_location' => 'primary', ) ); ?> <?php else : ?> <?php $menu_id = ( wp_get_nav_menu_name( 'primary' ) ? wp_get_nav_menu_name( 'primary' ) : false ); $show_mini_cart = false; if ( class_exists( 'WooCommerce' ) ) { if ( ( ! ( is_cart() || is_checkout() ) && siteorigin_setting( 'woocommerce_display_cart' ) ) || ( ( is_cart() || is_checkout() ) && siteorigin_setting( 'woocommerce_display_checkout_cart' ) ) ) { $show_mini_cart = true; } } ?> <?php if ( ( $menu_id && wp_get_nav_menu_object( $menu_id )->count ) || siteorigin_setting( 'navigation_search' ) || $show_mini_cart ) : ?> <a href="#menu" id="mobile-menu-button"> <?php siteorigin_north_display_icon( 'menu' ); ?> <?php if ( siteorigin_setting( 'responsive_menu_text' ) ) : ?> <?php echo esc_html( siteorigin_setting( 'responsive_menu_text' ) ); ?> <span class="screen-reader-text"> <?php esc_html_e( 'Menu', 'siteorigin-north' ); ?> </span> <?php endif; ?> </a> <?php endif; ?> <?php wp_nav_menu( array( 'theme_location' => 'primary', 'menu_id' => 'primary-menu', ) ); ?> <?php if ( $show_mini_cart ) : ?> <ul class="shopping-cart"> <li> <a class="shopping-cart-link" href="<?php echo esc_url( wc_get_cart_url() ); ?>" > <span class="screen-reader-text"> <?php esc_html_e( 'View shopping cart', 'siteorigin-north' ); ?> </span> <span class="north-icon-cart"></span> <span class="shopping-cart-text"> <?php esc_html_e( ' View Cart ', 'siteorigin-north' ); ?> </span> <span class="shopping-cart-count"> <?php echo WC()->cart->cart_contents_count; ?> </span> </a> <ul class="shopping-cart-dropdown" id="cart-drop" > <?php $instance = array( 'title' => '', ); the_widget( 'WC_Widget_Cart', $instance ); ?> </ul> </li> </ul> <?php endif; ?> <?php endif; ?> <?php if ( siteorigin_setting( 'navigation_search' ) && ! ( function_exists( 'ubermenu' ) || function_exists( 'max_mega_menu_is_enabled' ) ) ) : ?> <button class="north-search-icon"> <label class="screen-reader-text"> <?php esc_html_e( 'Open search bar', 'siteorigin-north' ); ?> </label> <?php siteorigin_north_display_icon( 'search' ); ?> </button> <?php endif; ?> <?php endif; ?> <?php if ( siteorigin_page_setting( 'layout' ) === 'stripped' ) : ?> <ul> <li> <a href="<?php echo esc_url( home_url( '/' ) ); ?>" class="stripped-backlink" onclick="window.history.go(-1); return false;" > <?php esc_html_e( 'Go back', 'siteorigin-north' ); ?> </a> </li> </ul> <?php endif; ?> </nav><!-- #site-navigation --> </div><!-- .container-inner --> </div><!-- .container --> <?php if ( siteorigin_setting( 'navigation_search' ) ) : ?> <div id="header-search"> <div class="container"> <label for="s" class="screen-reader-text" > <?php esc_html_e( 'Search for:', 'siteorigin-north' ); ?> </label> <?php get_search_form(); ?> <a id="close-search"> <span class="screen-reader-text"> <?php esc_html_e( 'Close search bar', 'siteorigin-north' ); ?> </span> <?php siteorigin_north_display_icon( 'close' ); ?> </a> </div> </div> <?php endif; ?> </header><!-- #masthead --> <?php endif; ?> <?php do_action( 'siteorigin_north_content_before' ); ?> <div id="content" class="site-content"> <div class="container"> <?php do_action( 'siteorigin_north_content_top' ); ?>

Periodontal Treatment Burbank

Periodontal Disease Stages

What is Periodontal Treatment?

Periodontal treatment helps clean and protect your gums from disease and infection. It includes dental scaling, root planing, and advanced options like Arestin Laser and laser treatment for periodontal disease. These treatments work to remove harmful bacteria and keep your gums healthy.

Gum disease or periodontal disease is a widespread affliction that affects many people. Very often, it goes undiagnosed and causes issues such as tooth loss and bone deterioration. It also has been linked to other systemic issues, such as heart disease.

Types of Periodontal Treatment​

The periodontist offers methods of periodontal treatment depending on the type and severity of the gum infection. In the early stages of gingivitis, it is recommended to perform one or two regular cleansing. In the later stages of the disease, the dentist can treat patients with deep cleaning methods like scaling and root planing, which are also called deep purification. Deep cleaning is also known in the dental world as scaling and root planing.

The doctor’s visual examinations are done before beginning any periodontal scaling and root planing treatment procedures. The dentist performs scaling and root planning by using electric or ultrasonic instruments or scaling tools. Call 1-818-578-2332 or contact our Burbank dental office to schedule an appointment today, with the sought-after periodontist, Dr. Sahakyan.

A Surgical Treatment for Periodontal Disease

After scaling and planning the root, if the pockets do not heal, periodontal surgery may be required to reduce pocket depth. This procedure targets deep infections and helps restore gum health by removing damaged tissue and bacteria. Surgery is often recommended when non-surgical treatments are not enough to control the disease.

Non Surgical Periodontal Treatment​

Non surgical periodontal treatment helps fight gum disease without surgery. Treatments like scaling and root planing remove harmful bacteria. These procedures focus on cleaning below the gumline to promote healing and prevent further damage. Non-surgical options are effective for many patients with early or moderate gum disease.

What is Dental Scaling?

Dental Scaling

Dental scaling is the removal of the dental plaque, tartar, and toxins from above and below the tooth. People often wonder about the difference in dental scaling vs cleaning, and scaling is more focused on treating gum disease. A dentist uses a special dental scaling tool to gently clean below the gumline. The deep scaling dental procedure helps prevent gum infections and keeps your mouth healthy.

What is Root Planing?

Root Planing

Root planing is the process of smoothening the tooth’s root, the rude spots on the root surfaces become smooth. It helps prevent bacteria from easily colonizing. This process helps gums reattach to teeth and reduces the risk of further gum disease. Many patients notice healthier gums when comparing their root planing before and after results.

Why Dental Scaling and Root Planing are Done?

Scaling and root planing are more intensive than routine cleaning. Periodontal scaling and root planing can help remove tartar and plaque from the teeth. Dentists may recommend it after scaling and root planing before extraction to improve gum health. Avoiding unnecessary scaling and root planing ensures treatment is only done when truly needed.

Although the teeth deep cleaning does involve a few risks, including the potential for introducing harmful bacteria into the bloodstream and causing infection in gum tissue. Bacteria that cause gum disease infections can spread to other parts of the body through the bloodstream. Periodontal scaling and root planing remove bacteria from progressing.

Continuing Periodontitis Treatment at Home

You can support your dental care with periodontal disease treatment at home for healthier gums. Regular brushing, flossing, and antibacterial rinses are key steps in home treatment for periodontal disease. These habits help control bacteria and keep your gums protected between dental visits. There are a number of recommendations to follow in order to gain fast and full gum recovery:

  • Rinse the mouth with saline, salt water, 3 % hydrogen peroxide.
  • Rinse your mouth with prescription mouthwash from our Burbank dentist: Peridex Chlorhexidine 0.12%.
  • Decrease the share of sweet foods in your diet.
  • Have enough sleep and rest for your body to recover.

Alternative techniques: Laser Treatment For Periodontal Disease: Arestin Laser

Alternative Periodontal Treatments

Periodontal laser treatment uses advanced technology to target and remove bacteria causing gum disease. This method is less invasive than traditional surgery, making laser periodontal treatment a comfortable option for many patients. With periodontal disease laser treatment, recovery is often quicker, and gum health improves effectively.

There are also alternative techniques for gum disease treatments. Arestin Antibiotic Injections Arestin is a type of antibiotic that is inserted into the periodontal pocket to disinfect the site. The antibiotic stays there for about six weeks and keeps disease-causing bacteria from repopulating the pocket. We often use this treatment method in conjunction with other methods of treatment for an added disease-fighting boost. After periodontal pockets are cleaned, the gum can be reattached to the tooth in order to heal.

What to Do to Prevent Future Gum Disease

A scaling and root planing procedure is to be considered effective if the patient is subsequently able to protect their periodontal health. It is important to have clean, smooth root surfaces for preventing future disease. In order to keep your teeth and gums healthy over the long-term, there are several methods for reducing the risk of periodontal disease. Dr. Sahakyan, honored dentist in Burbank recommends the following:

  • Maintain daily oral hygiene
  • Eat a balanced diet
  • Keep regular visits to the dentist

Everyone has a tendency to develop plaque and tartar, through regular brushing and flossing these colonies of bacteria are disturbed and eliminated from the oral cavity. The brushing, flossing, and other homecare proceedings, and regular dental checks should stop the gum disease and your gums will become firm again. Follow these general guidelines and make regular dental checkups with Dr. Sahakyan, the best dentist in Burbank. Call 1-818-578-2332 or contact us to schedule an appointment to visit our Burbank dental office today and forget about periodontal and all other dental problems forever.

FAQs

How much does periodontal disease treatment cost?

The cost of periodontal disease treatment varies depending on the severity and type of treatment needed. Consult your dentist for a personalized estimate.

Does periodontal treatment hurt?

Most treatments, like scaling and root planing, are performed with local anesthesia to minimize discomfort. After treatment, some mild soreness is normal.

Can periodontal disease be stopped?

Yes, with proper dental care and regular cleanings, periodontal disease can be stopped and managed effectively.

Can a general dentist do scaling and root planing?

Yes, a general dentist can perform scaling and root planing to treat gum disease in most cases.

Does root planing hurt?

Root planing is usually done with local anesthesia, so you shouldn’t feel pain during the procedure. Some tenderness afterward is common.

What if You Feel Discomfort after Gum Treatment?

It is normal if you feel discomfort after treatment and it continues for several days. Any treatment involves a set of processing to remove violations. This leads to injuries to the gums and arises pain. There are several methods of therapy such as - rinsing with salt water, warm compresses for pain relief. Gentle gum massage also helps in that situation. It is necessary to drink plenty of water, to stimulate the production of saliva.

How long does periodontitis last?

Periodontitis is a chronic condition. It can be controlled with consistent dental care and proper at-home oral hygiene.
<?php /** * The template for displaying the footer. * * Contains the closing of the #content div and all content after. * * @package siteorigin-north * @license GPL 2.0 */ ?> </div><!-- .container --> </div><!-- #content --> <?php do_action( 'siteorigin_north_footer_before' ); ?> <footer id="colophon" class="site-footer <?php if ( ! siteorigin_setting( 'footer_constrained' ) ) { echo 'unconstrained-footer'; } if ( is_active_sidebar( 'footer-sidebar' ) ) { echo ' footer-active-sidebar'; } ?>" > <?php do_action( 'siteorigin_north_footer_top' ); ?> <?php if ( ! siteorigin_page_setting( 'hide_footer_widgets', false ) && ! in_array( siteorigin_page_setting( 'layout' ), array( 'stripped' ), true ) ) : ?> <div class="container"> <?php if ( is_active_sidebar( 'footer-sidebar' ) ) : $siteorigin_north_sidebars = wp_get_sidebars_widgets(); $footer_widgets = $siteorigin_north_sidebars['footer-sidebar'] ?? []; ?> <div class="widgets widget-area widgets-<?php echo count( $footer_widgets ); ?>" aria-label="<?php esc_attr_e( 'Footer Sidebar', 'siteorigin-north' ); ?>" > <?php dynamic_sidebar( 'footer-sidebar' ); ?> </div> <?php endif; ?> </div><!-- .container --> <?php endif; ?> <div class="site-info"> <div class="container"> <?php siteorigin_north_footer_text(); if ( function_exists( 'the_privacy_policy_link' ) && siteorigin_setting( 'footer_privacy_policy_link' ) ) { $privacy_url = get_privacy_policy_url(); if ( ! empty( $privacy_url ) && siteorigin_setting( 'footer_text' ) ) { ?> <span class="sep"> | </span> <?php } the_privacy_policy_link( '', '' ); } $credit_text = apply_filters( 'siteorigin_north_footer_credits', sprintf( esc_html__( 'Wordpress development by %s.', 'siteorigin-north' ), '<a href="https://develton.com/" target="_blank" class="development">Devel<span>Ton</span></a>' ) ); if ( ! empty( $credit_text ) ) { ?> <span class="sep"> | </span> <?php echo wp_kses_post( $credit_text ); } ?> </div> </div><!-- .site-info --> <?php do_action( 'siteorigin_north_footer_bottom' ); ?> </footer><!-- #colophon --> </div><!-- #page --> <?php if ( siteorigin_setting( 'navigation_scroll_to_top' ) && siteorigin_page_setting( 'layout' ) !== 'stripped' ) : ?> <div id="scroll-to-top"> <span class="screen-reader-text"> <?php esc_html_e( 'Scroll to top', 'siteorigin-north' ); ?> </span> <?php siteorigin_north_display_icon( 'up-arrow' ); ?> </div> <?php endif; ?> <?php wp_footer(); ?> </body> </html>