OwlCyberSecurity - MANAGER
Edit File: head.php
<!DOCTYPE html> <!--[if lt IE 7]> <html class="lt-ie9 lt-ie8 lt-ie7" <?php language_attributes(); ?>> <![endif]--> <!--[if IE 7]> <html class="lt-ie9 lt-ie8" <?php language_attributes(); ?>> <![endif]--> <!--[if IE 8]> <html class="lt-ie9" <?php language_attributes(); ?>> <![endif]--> <!--[if gt IE 8]><!--> <html <?php language_attributes(); ?> class="no-android-browser"> <!--<![endif]--> <head> <meta http-equiv="content-type" content="text/html; charset=<?php bloginfo( 'charset' ); ?>"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title><?php wp_title( '|', true, 'right' ); ?><?php bloginfo('name'); ?></title> <link rel="profile" href="http://gmpg.org/xfn/11"> <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="HandheldFriendly" content="True"> <meta name="apple-touch-fullscreen" content="yes" /> <meta name="MobileOptimized" content="320"> <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>"> <?php /** * Wordpress Head. This is REQUIRED.Never remove this */ wp_head(); ?> </head>