Hi
thanks for quick reply. here is my themes header.php file. can you please tell me which part i need to delete?i tried several times but no luck. thanks again.
<?php
/**
* The Header for our theme.
*
* Displays all of the <head> section and everything up till <div id=”content”>
*
* @package Sixteen
*/
?><!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta charset=”<?php bloginfo( ‘charset’ ); ?>”>
<meta name=”viewport” content=”width=device-width, initial-scale=1″>
<title><?php wp_title( ‘|’, true, ‘right’ ); ?></title>
<link rel=”profile” href=”https://gmpg.org/xfn/11″>
<link rel=”pingback” href=”<?php bloginfo( ‘pingback_url’ ); ?>”>
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<?php if ( get_header_image() ) : ?>
<div id=”header-image”></div>
<?php endif; // End header image check. ?>
<div id=”page” class=”hfeed site”>
<div id=”top-section”>
<header id=”masthead” class=”site-header” role=”banner”>
<div class=”site-branding”>
<h1 class=”site-title”>” rel=”home”><?php bloginfo( ‘name’ ); ?></h1>
<h2 class=”site-description”><?php bloginfo( ‘description’ ); ?></h2>
</div>
<?php get_template_part(‘icon’, ‘sociocon’); ?>
</header><!– #masthead –>
<div id=”nav-wrapper”>
<nav id=”site-navigation” class=”main-navigation” role=”navigation”>
<h1 class=”menu-toggle”><?php _e( ‘Menu’, ‘sixteen’ ); ?></h1>
<div class=”screen-reader-text skip-link”><?php _e( ‘Skip to content’, ‘sixteen’ ); ?></div>
<?php wp_nav_menu( array( ‘theme_location’ => ‘primary’ ) ); ?>
</nav><!– #site-navigation –>
</div>
<?php
if ( of_get_option(‘slide1’,true) == 1 ) :
get_template_part(‘defaults/slider’);
else :
get_template_part(‘slider’, ‘nivo’);
endif; ?>
</div><!–#top-section–>
<div id=”content” class=”site-content container”>