KOK - MANAGER
Edit File: header.php
<?php /** * The header for Astra Theme. * * This is the template that displays all of the <head> section and everything up until <div id="content"> * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package Astra * @since 1.0.0 */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } ?><!DOCTYPE html> <?php astra_html_before(); ?> <html <?php language_attributes(); ?>> <head> <?php astra_head_top(); ?> <meta charset="<?php bloginfo( 'charset' ); ?>"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="google-site-verification" content="gijJEeLIySpBeJmgIDcDWCAaUhB08-_uJWSk5sMu2f4" /> <link rel="profile" href="https://gmpg.org/xfn/11"> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-NL2GV9V');</script> <!-- End Google Tag Manager --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NL2GV9V" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "LocalBusiness", "name": "e-Marketing.", "image": "https://www.e-marketing.io/wp-content/uploads/2023/03/e-marketing-jai-logo.jpg", "@id": "", "url": "https://www.e-marketing.io/", "telephone": "+91 9602694444", "address": { "@type": "PostalAddress", "streetAddress": "8/10, Shaheed Amit Bhardwaj Marg, Sector 8, Malviya Nagar", "addressLocality": "Jaipur", "postalCode": "302017", "addressCountry": "IN" }, "openingHoursSpecification": { "@type": "OpeningHoursSpecification", "dayOfWeek": [ "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday" ], "opens": "09:00", "closes": "18:00" }, "sameAs": [ "https://www.instagram.com/emarketing.io/", "https://www.youtube.com/@e-Marketing.I0", "https://www.linkedin.com/company/emarketing-io/" ] } </script> <?php wp_head(); ?> <?php astra_head_bottom(); ?> </head> <body <?php astra_schema_body(); ?> <?php body_class(); ?>> <?php astra_body_top(); ?> <?php wp_body_open(); ?> <a class="skip-link screen-reader-text" href="#content" role="link" title="<?php echo esc_html( astra_default_strings( 'string-header-skip-link', false ) ); ?>"> <?php echo esc_html( astra_default_strings( 'string-header-skip-link', false ) ); ?> </a> <div <?php echo astra_attr( 'site', array( 'id' => 'page', 'class' => 'hfeed site', ) ); ?> > <?php astra_header_before(); astra_header(); astra_header_after(); astra_content_before(); ?> <div id="content" class="site-content"> <div class="ast-container"> <?php astra_content_top(); ?>