kushagrakumar
Forum Replies Created
-
Forum: Plugins
In reply to: [Watu Quiz] how to navigate to a watu pro quiz page ?Really sorry, thought u meant plugins menu on ww.wp.xz.cn
Forum: Fixing WordPress
In reply to: how to prevent image from jumbling with header contentany email id of support team ?? #prasunsen
Forum: Fixing WordPress
In reply to: how to prevent image from jumbling with header contentHeader code
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv=”Content-Type” content=”text/html; charset=utf-8″ />
<title><?php wp_title(‘ ‘);?></title>
<link rel=”stylesheet” type=”text/css” href=”<?php bloginfo(‘template_url’);?>/styles/reset.css”>
<link rel=”stylesheet” type=”text/css” href=”<?php bloginfo(‘template_url’);?>/style.css”>
<link rel=”stylesheet” type=”text/css” href=”<?php bloginfo(‘template_url’);?>/css/bootstrap.css”>
<meta content=’width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0′ name=’viewport’ />
<link rel=”stylesheet” type=”text/css” href=”<?php bloginfo(‘template_url’);?>/css/responsive.css”>
<link rel=”shortcut icon” href=”<?php bloginfo(‘template_url’);?>/images/favicon.ico” />
<link href=’http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,700′ rel=’stylesheet’ type=’text/css’>
<?php wp_head();?>
</head>
<body <?php body_class($class); ?>><div class=”wraper logo-container” >
” href=”<?php bloginfo(‘url’);?>”><?php bloginfo(‘sitename’);?>
</div><header>
<?php if (is_front_page()) {echo do_shortcode(‘[layerslider id=”1″]’);} else echo do_shortcode(‘[layerslider id=”4″]’); ?><div id=”top-menu-bar” >
<div class=”wraper”>
<?php wp_nav_menu( array( ‘theme_location’ => ‘top-menu’, ‘container_id’ => ‘top-menu’, ‘menu_class’=> ‘top-menu’, ‘items_wrap’ => ‘- %3$s
‘,) ); ?>
</div>
</div><div class=” pic”>
<img src= “http://www.targetiitjee.com/wp-content/uploads/2014/09/MHE-Logo-e1412075683964.jpg” alt=”HTML5 Icon” width=”70″ height= “70”>
</div>
</header>
</body>
</html>